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

CURLOPT_ACCEPT_ENCODING man page: #9614

Closed
ProceduralMan opened this issue Sep 28, 2022 · 1 comment
Closed

CURLOPT_ACCEPT_ENCODING man page: #9614

ProceduralMan opened this issue Sep 28, 2022 · 1 comment

Comments

@ProceduralMan
Copy link

"Four encodings are supported: identity, meaning non-compressed, deflate which requests the server to compress its response using the zlib algorithm, gzip which requests the gzip algorithm, (since curl 7.57.0) br which is brotli and (since curl 7.72.0) zstd which is zstd"

'identity', 'deflate', 'gzip', 'br' and 'zstd'... hmmm, I count five ;-)

@bagder
Copy link
Member

bagder commented Sep 28, 2022

Counting is hard! 😁

@bagder bagder self-assigned this Sep 28, 2022
bagder added a commit that referenced this issue Sep 28, 2022
... instead just list the supported encodings.

Reported-by: ProceduralMan on github
Fixes #9614
@bagder bagder closed this as completed in 24ed431 Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

2 participants