Senthil Kumaran <orsent...@gmail.com> added the comment:

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.

----------
resolution:  -> wont fix
stage:  -> committed/rejected
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10319>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to