From: Serhiy Storchaka Date: Fri, 12 Dec 2014 07:30:18 +0000 (+0200) Subject: Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port X-Git-Tag: v3.5.0a1~340 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d4a001b23cf66232a48021f39d121ba817b31ef2;p=thirdparty%2FPython%2Fcpython.git Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port value in the host header was set to "None". Patch by Demian Brecht. --- d4a001b23cf66232a48021f39d121ba817b31ef2