curl-library
Re: left for http2
From: Fabian Frank <fabian.frank.de_at_gmail.com>
Date: Wed, 5 Feb 2014 00:37:43 -0800
Received on 2014-02-05
Date: Wed, 5 Feb 2014 00:37:43 -0800
On Feb 4, 2014, at 6:09 AM, Daniel Stenberg <daniel_at_haxx.se> wrote:
> I also made libcurl now gzip decode automatically for http2.
This was almost correct, the thing is that non-compressed responses are still allowed and for example https://106.186.112.116/ sends such responses and was thus broken. I attached a patch that fixes this, by relying on the response header for content encoding.
Regards,
Fabian
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
- application/octet-stream attachment: 0001-http2-rely-on-content-encoding-header.patch