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, schmir
Date 2010-11-20.17:43:32
SpamBayes Score 0.00376236
Marked as misclassified No
Message-id <1290275014.08.0.456116733107.issue10319@psf.upfronthosting.co.za>
In-reply-to
Content
BaseHTTPServer documentation explains that "Usually, this module isn’t used directly, but is used as a basis for building functioning Web servers". Methods are usually subclassed with desirable behaviors customized.

If you are using SocketServer in your code directly and calling close_request (where you want all your requests to be drained on closing), I think, you should just use shutdown_request. 

This bug can be closed.
History
Date User Action Args
2010-11-20 17:43:34orsenthilsetrecipients: + orsenthil, schmir, jrodman2
2010-11-20 17:43:34orsenthilsetmessageid: <1290275014.08.0.456116733107.issue10319@psf.upfronthosting.co.za>
2010-11-20 17:43:32orsenthillinkissue10319 messages
2010-11-20 17:43:32orsenthilcreate