]> granicus.if.org Git - python/commit
Issue #7776: Fix ``Host:'' header and reconnection when using http.client.HTTPConnect...
authorSenthil Kumaran <senthil@uthcode.com>
Mon, 14 Apr 2014 17:07:56 +0000 (13:07 -0400)
committerSenthil Kumaran <senthil@uthcode.com>
Mon, 14 Apr 2014 17:07:56 +0000 (13:07 -0400)
commit9da047b3a5d1a5421ee829aab1e9bc57427826c9
tree5e149e777b6c69dde78b50ba2b5eeb5fa04fafb1
parentb814057cda86e42925095be1d005c737a09715a0
Issue #7776: Fix ``Host:'' header and reconnection when using http.client.HTTPConnection.set_tunnel().

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