]> granicus.if.org Git - python/commit
http://bugs.python.org/issue6382
authorKristján Valur Jónsson <kristjan@ccpgames.com>
Sun, 5 Jul 2009 20:56:57 +0000 (20:56 +0000)
committerKristján Valur Jónsson <kristjan@ccpgames.com>
Sun, 5 Jul 2009 20:56:57 +0000 (20:56 +0000)
commitf5b8ea9128fbafaf60c2de31a314f008819c48aa
treeda5cda8aa5947ac566e9cba99b699e3ec2329162
parent463dc4bf26c37c5f90cfe9328087976a0bdc5757
http://bugs.python.org/issue6382
close_request() (which can send a socket.shutdown()) must be called by the child process in a forking server.  The parent must merely close the socket handle.
Lib/SocketServer.py