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

jrodman2 report at bugs.python.org
Tue Nov 9 07:37:06 CET 2010


jrodman2 <jrodman at pythontracker.spamportal.net> added the comment:

shutdown isn't the same as close.
I'm not sure that's correct behavior in BaseHTTPServer depending upon whether it wants to keep the door open to weird pipeline behaviors.

Honestly, I'm having to read through tcp/ip illustrated because of this, so I'm not really the proper person to make the call.
Perhaps the bug is, as you imply, in BaseHTTPServer, not TCPServer.

----------

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


More information about the Python-bugs-list mailing list