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.)
Showing
Please register or sign in to comment
and suggests putting a try/except around the get_request() call in handle_request(). (All in class TCPServer.)