Staging
v0.5.1
https://github.com/python/cpython
Revision d360a0058e141e3a642fcee2b233623e7a309fff authored by Michael W. Hudson on 25 March 2002, 12:24:58 UTC, committed by Michael W. Hudson on 25 March 2002, 12:24:58 UTC
    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.
1 parent 8ae5653
Raw File
Tip revision: d360a0058e141e3a642fcee2b233623e7a309fff authored by Michael W. Hudson on 25 March 2002, 12:24:58 UTC
backport akuchling's checkin of
Tip revision: d360a00
.cvsignore
.purify
config.log
config.cache
config.status
Makefile
buildno
python
build
Makefile.pre
platform
pyconfig.h
back to top