]> granicus.if.org Git - python/commit
Fix for SF bug 579107.
authorJeremy Hylton <jeremy@alum.mit.edu>
Tue, 9 Jul 2002 21:22:36 +0000 (21:22 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Tue, 9 Jul 2002 21:22:36 +0000 (21:22 +0000)
commit29d27ac4fe039dc8c8b1a612ebb1b46457767f75
tree6fb781b7db97c48d30b9e9123ae966d7d5c62dd4
parent44c1a7bc51db0373364049024a7380429e12d710
Fix for SF bug 579107.

The recent SSL changes resulted in important, but subtle changes to
close() semantics.  Since builtin socket makefile() is not called for
SSL connections, we don't get separately closeable fds for connection
and response.  Comments in the code explain how to restore makefile
semantics.

Bug fix candidate.
Lib/httplib.py