]> granicus.if.org Git - curl/commit
http2: don't decompress gzip decoding automatically
authorDaniel Stenberg <daniel@haxx.se>
Wed, 17 Feb 2016 07:25:40 +0000 (08:25 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 17 Feb 2016 07:25:40 +0000 (08:25 +0100)
commiteb083e0d39990c8bdd1f7f1e1d12f7ae92240e73
tree21a602633a8ce667d2deacb1eafc557679eb4cc5
parentb080a7cd0612f96875d2f2ae915f8c729258c9a7
http2: don't decompress gzip decoding automatically

At one point during the development of HTTP/2, the commit 133cdd29ea0
introduced automatic decompression of Content-Encoding as that was what
the spec said then. Now however, HTTP/2 should work the same way as
HTTP/1 in this regard.

Reported-by: Kazuho Oku
Closes #661
lib/http.c