]> 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:30:18 +0000 (09:30 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 12 Dec 2014 07:30:18 +0000 (09:30 +0200)
commitd4a001b23cf66232a48021f39d121ba817b31ef2
treef8911bfe50d681b88620dba7bc89d27f0287d0d4
parentd625a1819d01ec4d5817c986fee3068d04aa5280
parent4ac7ed97a8cabb5dba6aa25e32cd59d9854dda90
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