Florent Xicluna <florent.xicl...@gmail.com> added the comment: This patch solves the problem with 0.9.8m on my Debian workstation.
Actually there's 4 kind of errors on shutdown(): - SSL_ERROR_WANT_READ - SSL_ERROR_WANT_WRITE - socket.error: errno.PIPE (32) - socket.error: 0 Since the command is "shutdown()", the patch silence all the socket errors, because they are probably due to the remote side closing the connection abruptly. See the details on the Darryl's analysis: http://bugs.python.org/issue8108#msg100980 This patch is very closed to Darryl's proposal. ---------- stage: needs patch -> patch review Added file: http://bugs.python.org/file16637/issue8108_openssl_098m.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8108> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com