Comment 1 for bug 392402

Revision history for this message
Vincent Ladeuil (vila) wrote :

As noted in bug #392401, the culprit is _handle_request_noblock in python SocketServer.py, line 268.
Socket exceptions occurring in get_request() (a request in that context is really a connection
and an SSL socket should be initialized by that call) are ignored.