]> granicus.if.org Git - python/commit
Add a close_request method to the BaseServer so that the TCPServer class
authorKa-Ping Yee <ping@zesty.ca>
Wed, 11 Apr 2001 04:02:05 +0000 (04:02 +0000)
committerKa-Ping Yee <ping@zesty.ca>
Wed, 11 Apr 2001 04:02:05 +0000 (04:02 +0000)
commit285a7e59f308613945ced43889fe12eb993af838
tree585e9103b3f91e5e28a09ffbf1efbfbdcf967bb6
parent3f5cc2081394e487c1f2d96f4a2c7d17b8b56435
Add a close_request method to the BaseServer so that the TCPServer class
can close the request connection when it's done handling it.
Lib/SocketServer.py