[issue10319] SocketServer.TCPServer truncates responses on close (in some situations)

Senthil Kumaran report at bugs.python.org
Tue Nov 9 07:06:21 CET 2010


Senthil Kumaran <orsenthil at gmail.com> added the comment:

jrodman2, in the socketserver TCPServer code you will find that shutdown_request does a socket.SHUT_WR before calling close_request.
If the application or code in your description used shutdown_request, instead of close_request would you still require the kind of drain code?

----------
nosy: +orsenthil

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


More information about the Python-bugs-list mailing list