mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Fix intermittent test_ssl failure.
This commit is contained in:
commit
6636887104
1 changed files with 1 additions and 0 deletions
|
@ -1032,6 +1032,7 @@ else:
|
|||
+ repr(connaddr) + '\n')
|
||||
handler = self.ConnectionHandler(self, newconn, connaddr)
|
||||
handler.start()
|
||||
handler.join()
|
||||
except socket.timeout:
|
||||
pass
|
||||
except KeyboardInterrupt:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue