mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-23 22:44:23 +08:00
4ebf100f09
* encode: ignore flushing until after first write (fix #4314) The first write will determine if encoding has to be done and will add an Content-Encoding. Until then Flushing has to be delayed so the Content-Encoding header can be added before headers and status code is written. (A passthrough flush would write header and status code) * Update modules/caddyhttp/encode/encode.go Co-authored-by: Matt Holt <mholt@users.noreply.github.com> |
||
---|---|---|
.. | ||
brotli | ||
gzip | ||
zstd | ||
caddyfile.go | ||
encode_test.go | ||
encode.go |