Message101661
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. |
|
Date |
User |
Action |
Args |
2010-03-25 00:28:46 | flox | set | recipients:
+ flox, janssen, pitrou, vstinner, giampaolo.rodola, Arfrever |
2010-03-25 00:28:46 | flox | set | messageid: <1269476926.71.0.777361424578.issue8108@psf.upfronthosting.co.za> |
2010-03-25 00:28:44 | flox | link | issue8108 messages |
2010-03-25 00:28:43 | flox | create | |
|