Skip to content
New issue

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

8.11.0 broke how HTTP decoding is enabled #15511

Closed
jmalopoy opened this issue Nov 7, 2024 · 1 comment
Closed

8.11.0 broke how HTTP decoding is enabled #15511

jmalopoy opened this issue Nov 7, 2024 · 1 comment

Comments

@jmalopoy
Copy link
Contributor

jmalopoy commented Nov 7, 2024

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

@jmalopoy
Copy link
Contributor Author

jmalopoy commented Nov 7, 2024

After some code research I found the root of the issue. It should be fixed by PR-15510

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants