]> granicus.if.org Git - python/commit
Backport Fix for Issue #7776: Fix ``Host:'' header and reconnection when using http...
authorSenthil Kumaran <senthil@uthcode.com>
Sat, 17 May 2014 01:51:46 +0000 (18:51 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Sat, 17 May 2014 01:51:46 +0000 (18:51 -0700)
commit36f28f7ae830197330b7d30f7b40e727d30d5d25
tree4c938b2026d4709f1311baee52a3060d2dd24ba0
parentfb371afaace72ccccd59cf6167d504e17d54731d
Backport Fix for Issue #7776: Fix ``Host:'' header and reconnection when using http.client.HTTPConnection.set_tunnel().

Patch by Nikolaus Rath.
Lib/httplib.py
Lib/test/test_httplib.py
Misc/NEWS