caddy/modules/caddyhttp/encode
WeidiDeng 5ba1e06fd6
encode: try to use sendfile when compression is not used (#6749)
* try to use sendfile when encode is enabled

* change variable name

* add comments

* remove connect check since it's done in Write method
2024-12-20 21:37:16 +00:00
..
brotli encode,staticfiles: Content negotiation, precompressed files (#4045) 2021-03-29 18:47:19 -06:00
gzip caddyfile: Normalize & flatten all unmarshalers (#6037) 2024-01-23 19:36:59 -05:00
zstd encode: Configurable compression level for zstd (#6140) 2024-04-16 00:21:52 +00:00
caddyfile.go encode: good defaults (#6737) 2024-12-10 16:48:30 -07:00
encode.go encode: try to use sendfile when compression is not used (#6749) 2024-12-20 21:37:16 +00:00
encode_test.go encode: write status immediate for success response for CONNECT requests (#6738) 2024-12-11 11:15:01 -07:00