mirror of
https://github.com/go-gitea/gitea
synced 2025-01-12 18:54:28 +00:00
cbaf8e8785
Backport #15862 Fixes http: superfluous response.WriteHeader call from code.gitea.io/gitea/modules/context.(*Response).WriteHeader (response.go:67) * Looking again we don't need this writeHeader as all of our downstream implementations will always do it for us Signed-off-by: Andrew Thornton <art27@cantab.net>