]> granicus.if.org Git - python/commit
Laurence Tratt notes that the accept() call in get_request() can fail,
authorGuido van Rossum <guido@python.org>
Tue, 15 Jun 1999 22:25:32 +0000 (22:25 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 15 Jun 1999 22:25:32 +0000 (22:25 +0000)
commitf2f059458792a4ebf80f0adb7e97823e51e697a9
tree8c457cf60c86f52c17541d7c0be1a08152ed71cd
parente55702b024bbb6bc73cf90c22a4d1b5ca4fbc721
Laurence Tratt notes that the accept() call in get_request() can fail,
and suggests putting a try/except around the get_request() call in
handle_request().  (All in class TCPServer.)
Lib/SocketServer.py