[issue16434] SocketServer call shutdown in the wrong way

Andrew Svetlov report at bugs.python.org
Mon Dec 3 01:18:42 CET 2012


Andrew Svetlov added the comment:

request should be socket.socket instance which definitely has shutdown method accepting socket.SHUT_WR.
I guest the problem not in stdlib but in your code or maybe in the Paste (I'm not familiar with it, sorry).

----------

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


More information about the Python-bugs-list mailing list