This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kristjan.jonsson
Recipients kristjan.jonsson, pitrou
Date 2009-06-15.20:50:25
SpamBayes Score 0.0016161222
Marked as misclassified No
Message-id <1245099028.44.0.222257548491.issue6192@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-06-15 20:50:29kristjan.jonssonsetrecipients: + kristjan.jonsson, pitrou
2009-06-15 20:50:28kristjan.jonssonsetmessageid: <1245099028.44.0.222257548491.issue6192@psf.upfronthosting.co.za>
2009-06-15 20:50:27kristjan.jonssonlinkissue6192 messages
2009-06-15 20:50:26kristjan.jonssoncreate