[Python-bugs-list] [ python-Bugs-471720 ] ThreadingMixIn/TCPServer forgets close
noreply@sourceforge.net
noreply@sourceforge.net
Tue, 16 Oct 2001 07:04:53 -0700
Bugs item #471720, was opened at 2001-10-16 07:04
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=471720&group_id=5470
Category: Python Library
Group: Python 2.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Max Neunhöffer (neunhoef)
Assigned to: Nobody/Anonymous (nobody)
Summary: ThreadingMixIn/TCPServer forgets close
Initial Comment:
When using the SocketServer.TCPServer class in connection with the SocketServer.ThreadingMixIn class
every request produces an open socket, because
the overloaded process_request method only calls
the finish_request method without calling close_request afterwards.
The test in test_socketserver.py does not notice
this.
This is true for Python 2.1.1 and Python 2.2a4.
Documentation for ThreadingMixIn (and ForkingMixIn)
is a little meager.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=471720&group_id=5470