]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[Bug #531616] Make HTTPS work again by adding a sendall method to the
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 18 Mar 2002 22:51:48 +0000 (22:51 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 18 Mar 2002 22:51:48 +0000 (22:51 +0000)
commita3c0b9334e579e925692903a9a52775677e9771a
treebf0d0f73fdfed1fe086e994d43fcf52718bc4db9
parent56a42356b7c1e531c30ad5e9a22bd3626e5ddda0
[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