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 orsenthil
Recipients jrodman2, orsenthil
Date 2010-11-09.06:06:18
SpamBayes Score 0.028155312
Marked as misclassified No
Message-id <1289282781.95.0.376561587453.issue10319@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2010-11-09 06:06:22orsenthilsetrecipients: + orsenthil, jrodman2
2010-11-09 06:06:21orsenthilsetmessageid: <1289282781.95.0.376561587453.issue10319@psf.upfronthosting.co.za>
2010-11-09 06:06:19orsenthillinkissue10319 messages
2010-11-09 06:06:18orsenthilcreate