diff options
author | Guido van Rossum <guido@python.org> | 2001-10-18 18:02:07 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-10-18 18:02:07 (GMT) |
commit | a5343ccd28245d96feb21d1457802b97a76aa210 (patch) | |
tree | 42cd1031a7b0a2f0a6e53757a134761da0bce6ec /Misc/ACKS | |
parent | 29103c7b32e1c3342bac7a29514c3f033da5458a (diff) | |
download | cpython-a5343ccd28245d96feb21d1457802b97a76aa210.zip cpython-a5343ccd28245d96feb21d1457802b97a76aa210.tar.gz cpython-a5343ccd28245d96feb21d1457802b97a76aa210.tar.bz2 |
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.
Diffstat (limited to 'Misc/ACKS')
-rw-r--r-- | Misc/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -296,6 +296,7 @@ Takahiro Nakayama Travers Naran Fredrik Nehr Chad Netzer +Max Neunhöffer George Neville-Neil Oscar Nierstrasz Hrvoje Niksic |