mirror of https://github.com/python/cpython
Fix intermittent test_ssl failure.
This commit is contained in:
parent
78028b0589
commit
7a556846d4
|
@ -562,6 +562,7 @@ else:
|
|||
+ str(connaddr) + '\n')
|
||||
handler = self.ConnectionHandler(self, newconn)
|
||||
handler.start()
|
||||
handler.join()
|
||||
except socket.timeout:
|
||||
pass
|
||||
except KeyboardInterrupt:
|
||||
|
|
Loading…
Reference in New Issue