[issue6192] add disable_nagle_algorithm to SocketServer.TCPServer

Kristján Valur Jónsson report at bugs.python.org
Mon Jun 15 22:50:28 CEST 2009


Kristján Valur Jónsson <kristjan at ccpgames.com> added the comment:

On consideration, it is more appropariate to have the 
disable_nagle_algorithm as part of StreamRequestHandler rather than in the 
TCPSockerServer.  It then sits right next to the rfile and wfile that 
affect it.
The RequestHandlers aren't documented as extensively as the socket 
servers, though, so the documentation will have to go.
Attached is a patch.

----------
Added file: http://bugs.python.org/file14306/socketserver2.patch

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


More information about the Python-bugs-list mailing list