]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 12 Dec 2014 07:29:15 +0000 (09:29 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 12 Dec 2014 07:29:15 +0000 (09:29 +0200)
commit4ac7ed97a8cabb5dba6aa25e32cd59d9854dda90
tree80294759ce4fdeca3751c1b69348b79255b0623e
parent1e40f10886f1c83e47f69ab229b27ab2eceff939
Issue #22095: Fixed HTTPConnection.set_tunnel with default port.  The port
value in the host header was set to "None".  Patch by Demian Brecht.
Lib/http/client.py
Lib/test/test_httplib.py
Misc/NEWS