mirror of
https://github.com/caddyserver/caddy.git
synced 2025-06-01 17:28:53 +08:00

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.