]> granicus.if.org Git - python/commit
Fix SF bug 525520.
authorJeremy Hylton <jeremy@alum.mit.edu>
Sat, 9 Mar 2002 06:07:23 +0000 (06:07 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Sat, 9 Mar 2002 06:07:23 +0000 (06:07 +0000)
commit3921ff675ec544f3738bcaf606cca745b9a508ea
tree5c508bf5162474da922053c2719f92dfb9b62db0
parentdc5a508761d7260bc863a2f3068723c298336382
Fix SF bug 525520.

Don't automatically add a Host: header if the headers passed to
request() already has a Host key.
Lib/httplib.py