You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zeripath 730b9a5a62
Ensure responses are context.ResponseWriters (#19843)
In order for web.Wrap to be able to detect if a response has been written
we need to wrap any non-context.ResponseWriters as a such. Otherwise
responses will be incorrectly detected as non-written to and handlers can
double run.

In the case of GZip this handler will change the response to a non-context.RW
and this failure to correctly detect response writing causes fallthrough and
a NPE.

Fix #19839

Signed-off-by: Andrew Thornton <art27@cantab.net>
2 years ago
..
middleware Refactor CSRF protection modules, make sure CSRF tokens can be up-to-date. (#19337) 2 years ago
routing Add Goroutine stack inspector to admin/monitor (#19207) 2 years ago
route.go format with gofumpt (#18184) 2 years ago
route_test.go Update HTTP status codes to modern codes (#18063) 2 years ago
wrap.go Refactor Router Logger (#17308) 2 years ago
wrap_convert.go Ensure responses are context.ResponseWriters (#19843) 2 years ago