]> granicus.if.org Git - python/commit
Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 28 May 2015 19:37:13 +0000 (22:37 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 28 May 2015 19:37:13 +0000 (22:37 +0300)
commit9d1de8a2a983e6baa39dbc8587b1730e8ce89956
treea84c3406c0427c26a8ce73ebca059869b49e8bc2
parent2c992a0788536087bfd78da8f2c62b30a461d7e2
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/httplib.py
Lib/test/test_httplib.py
Misc/NEWS