* 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.go | ||
| encode_test.go | ||