Senthil Kumaran <[email protected]> added the comment: 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?
---------- nosy: +orsenthil _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue10319> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
