Skip to content
Snippets Groups Projects
Unverified Commit e3432636 authored by Ilya Kosarev's avatar Ilya Kosarev Committed by Alexander Turenko
Browse files

httpc: handle bad Content-Encoding with curl-7.67.0+


libcurl-7.66.0 and older returns CURLE_WRITE_ERROR when a server
responds with unknown or unsupported Content-Encoding (see [1] and [2]).
This was fixed in future libcurl-7.67.0 and proper
CURLE_BAD_CONTENT_ENCODING code will be returned in this case.

We should process the code in the same way as we do for
CURLE_WRITE_ERROR.

[1]: curl/curl#4310
[2]: curl/curl#4449

Closes #4579

Reviewed-by: default avatarAlexander Turenko <alexander.turenko@tarantool.org>
parent 48caaff9
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment