]> granicus.if.org Git - python/commit
SF bug 874842 and patch 997626: httplib bugs
authorJeremy Hylton <jeremy@alum.mit.edu>
Sat, 7 Aug 2004 16:28:14 +0000 (16:28 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Sat, 7 Aug 2004 16:28:14 +0000 (16:28 +0000)
commit2c178253bd1f78545d412670c59060dc7c676f8c
treec2a5d90890c84b0c13020bab96f64de0444a2a9a
parentdc54f2be3f718cdd5208894b0d763d62f43ea3a5
SF bug 874842 and patch 997626: httplib bugs

Hack httplib to work with broken Akamai proxies.
Make sure that httplib doesn't add extract Accept-Encoding or
Content-Length headers if the client has already set them.
Lib/httplib.py
Lib/test/test_httplib.py