We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I updated from 8.10.1 and HTTP connections using gzip as content encoding stop decoding data.
The gzipped data should be decoded if the CURLOPT_HTTP_CONTENT_DECODING parameter is set (1).
libcurl 8.11.0
Linux RHEL 9 and MS Windows 11
The text was updated successfully, but these errors were encountered:
After some code research I found the root of the issue. It should be fixed by PR-15510
Sorry, something went wrong.
878bc42
No branches or pull requests
I did this
I updated from 8.10.1 and HTTP connections using gzip as content encoding stop decoding data.
I expected the following
The gzipped data should be decoded if the CURLOPT_HTTP_CONTENT_DECODING parameter is set (1).
curl/libcurl version
libcurl 8.11.0
operating system
Linux RHEL 9 and MS Windows 11
The text was updated successfully, but these errors were encountered: