mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-26 02:09:47 +08:00
4a095590b1
If use gzip and templates at the same time, the response body will be gzipped data. And in this case, the Content-Type header won't be set by Caddy code. Then Go http package will set "Content-Type" to wrong value "application/x-gzip" which is determined by response body. So the header Contenty-Type should be set in templates middleware. |
||
---|---|---|
.. | ||
testdata | ||
setup_test.go | ||
setup.go | ||
templates_test.go | ||
templates.go |