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

2007-09-30 Thread Richie Ward
Changes by Richie Ward: -- versions: +Python 2.5 -Python 2.6 __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1223> __ ___ Python-bugs-list mailing list

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

2007-09-30 Thread Richie Ward
New submission from Richie Ward: I was using httplib to power my xml rpc script. I had problems when I wanted to use SSL and I got this error: File "/usr/lib/python2.5/httplib.py", line 1109, in recv return self._ssl.read(len) socket.sslerror: (8, 'EOF occurred in violation o