quic-go icon indicating copy to clipboard operation
quic-go copied to clipboard

http3: only apply Content Encoding for responses that have content

Open marten-seemann opened this issue 2 years ago • 0 comments

In particular, Content Encoding MUST NOT be applied to CONNECT (and Extended CONNECT) requests: Capsules are not content, and therefore Content Encoding doesn't apply (i.e. they're not gzipped even if gzip is negotiated).

marten-seemann avatar Apr 03 '24 21:04 marten-seemann