mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Fix intermittent test_ssl failure.
This commit is contained in:
@@ -911,6 +911,7 @@ else:
|
||||
+ repr(connaddr) + '\n')
|
||||
handler = self.ConnectionHandler(self, newconn, connaddr)
|
||||
handler.start()
|
||||
handler.join()
|
||||
except socket.timeout:
|
||||
pass
|
||||
except KeyboardInterrupt:
|
||||
|
||||
Reference in New Issue
Block a user