]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
backport akuchling's checkin of
authorMichael W. Hudson <mwh@python.net>
Mon, 25 Mar 2002 12:24:58 +0000 (12:24 +0000)
committerMichael W. Hudson <mwh@python.net>
Mon, 25 Mar 2002 12:24:58 +0000 (12:24 +0000)
commitd360a0058e141e3a642fcee2b233623e7a309fff
tree4e5a3fe1b065614e708ee9e42725096f15734d86
parent8ae56530fd7dccaf1992024f8e5185737239e42e
backport akuchling's checkin of
    revision 1.47 of httplib.py

[Bug #531616] Make HTTPS work again by adding a sendall method to the
FakeSocket class.  Without it, the sendall() call got the method on
the underlying socket object, and that messed up SSL.

Does httplib use other methods of sockets that FakeSocket doesn't support?
Someone should take a look...  (I'll try to give it a once-over.)

2.2.1 bugfix candidate.
Lib/httplib.py