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

Client doesn't support compression, despite it being advertised in Accept-Encoding #11

Closed
Papierkorb opened this issue Oct 16, 2014 · 1 comment
Labels

Comments

@Papierkorb
Copy link
Contributor

While tracing the last bug, I saw that the POST request says in its Accept-Encoding header that it supports both gzip and deflate (Accept-Encoding: gzip,deflate).

Long story short, it doesn't understand the reply when compression is used (Tried both, gzip and deflate). In this case, I think it's legit to simply remove the Accept-Encoding request header, so servers won't think of compressing the already small response XML.

@fuglu fuglu added the bug label Oct 17, 2014
@fuglu
Copy link
Member

fuglu commented Oct 17, 2014

gzip and deflate are now handled correctly.
Please try again.

@TheCK TheCK closed this as completed Oct 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants