[issue1223] httplib does not handle ssl end of file properly

Bill Janssen report at bugs.python.org
Mon Jun 30 03:06:56 CEST 2008


Bill Janssen <bill.janssen at gmail.com> added the comment:

I believe this is now fixed in the SVN.

There's a new parameter on SSLSocket, suppress_ragged_eofs, which allows
it to be enabled selectively, but default to True.

----------
resolution:  -> accepted

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1223>
_______________________________________


More information about the Python-bugs-list mailing list