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

Why 'Accept-Encoding' always set 'identity'? #17

Closed
alvinlee opened this issue Jul 12, 2010 · 2 comments
Closed

Why 'Accept-Encoding' always set 'identity'? #17

alvinlee opened this issue Jul 12, 2010 · 2 comments
Labels

Comments

@alvinlee
Copy link

I found this in client.py:323

        elif name == "Accept-Encoding":
            accept_encoding = 'identity'
@benoitc
Copy link
Owner

benoitc commented Jul 12, 2010

I shoudl test value indeed.

@benoitc
Copy link
Owner

benoitc commented Jul 12, 2010

fixed i last head. thanks

This issue was closed.
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

2 participants