Closed chendo closed 10 years ago
The request in question is hitting Cloudflare's SPDY implementation
Gzip support is mandated by the SPDY protocol so even if the accept-encoding: gzip header wasn't sent, the server would still be allowed to reply with gzip-encoded data. On 10 Oct 2014 11:07, "Jack Chen" notifications@github.com wrote:
The request in question is hitting Cloudflare's SPDY implementation
— Reply to this email directly or view it on GitHub https://github.com/SlyMarbo/spdy/issues/70#issuecomment-58636410.
When setting
DisableCompression
to true onspdy.Transport
and using it inhttp.Client
, it still requests withAccept-Encoding: gzip
and the response is gzipped.