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
History
Tip revision: d360a0058e141e3a642fcee2b233623e7a309fff authored by Michael W. Hudson on 25 March 2002, 12:24:58 UTC
backport akuchling's checkin of
Tip revision: d360a00
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.cvsignore -rw-r--r-- 109 bytes
.hgtags -rw-r--r-- 2.2 KB
LICENSE -rw-r--r-- 12.1 KB
Makefile.pre.in -rw-r--r-- 25.9 KB
PLAN.txt -rw-r--r-- 14.1 KB
README -rw-r--r-- 40.1 KB
acconfig.h -rw-r--r-- 7.5 KB
configure -rwxr-xr-x 209.1 KB
configure.in -rw-r--r-- 54.0 KB
install-sh -rwxr-xr-x 5.5 KB
pyconfig.h.in -rw-r--r-- 19.6 KB
setup.py -rw-r--r-- 34.4 KB

README

back to top