]> granicus.if.org Git - python/commit
SF bug #471720: ThreadingMixIn/TCPServer forgets close
authorGuido van Rossum <guido@python.org>
Thu, 18 Oct 2001 18:02:07 +0000 (18:02 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 18 Oct 2001 18:02:07 +0000 (18:02 +0000)
commita5343ccd28245d96feb21d1457802b97a76aa210
tree42cd1031a7b0a2f0a6e53757a134761da0bce6ec
parent29103c7b32e1c3342bac7a29514c3f033da5458a
SF bug #471720: ThreadingMixIn/TCPServer forgets close

Solved with a helper method that calls finish_request() and then
close_request().  The code is by Max Neunhöffer.
Lib/SocketServer.py
Misc/ACKS
Misc/NEWS