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

Enable skip_host and skip_accept_encoding #138

Closed
wants to merge 1 commit into from

Commits on Dec 31, 2012

  1. enable skip_host and skip_accept_encoding

    Py2.4 added skip_host and skip_accept_encoding to httplib, but it's only
    available when manually sending data over the wire with connect() and
    putheader().
    
    In httpconnection.py, httplib and http.client are wrapped with a small
    fix to enable support for skip_host and skip_accept_encoding.
    
    Also unit tests.
    kanzure committed Dec 31, 2012
    Configuration menu
    Copy the full SHA
    d3d313d View commit details
    Browse the repository at this point in the history