Re: Patch: No special error handling for Content-Encoding: compress

2015-07-24 Thread Daniel Stenberg
On Mon, 20 Jul 2015, Michael Kaufmann wrote: Currently, libcurl rejects responses with Content-Encoding: compress when CURLOPT_ACCEPT_ENCODING is set to . I think that libcurl should treat the Content-Encoding compress the same as other Content-Encodings that it does not support, e.g. bzip2.

Patch: No special error handling for Content-Encoding: compress

2015-07-20 Thread Michael Kaufmann
Hi, Currently, libcurl rejects responses with Content-Encoding: compress when CURLOPT_ACCEPT_ENCODING is set to . I think that libcurl should treat the Content-Encoding compress the same as other Content-Encodings that it does not support, e.g. bzip2. I have attached a patch for this.