]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
I *think* this should go in. May be wrong -- please howl in protest
authorMichael W. Hudson <mwh@python.net>
Mon, 11 Mar 2002 10:19:16 +0000 (10:19 +0000)
committerMichael W. Hudson <mwh@python.net>
Mon, 11 Mar 2002 10:19:16 +0000 (10:19 +0000)
commit98f5a893852126740afd7b097d5d89f04113bcdd
tree7e2e804f4aaf0ff2386392a1b948fc405fdae591
parentf97cf81f2f567e3b47ba25f68da504e81ded71eb
I *think* this should go in.  May be wrong -- please howl in protest
if so.

backport jhylton's checkin of
    revision 1.46 of httplib.py

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