mirror of
https://github.com/python/cpython.git
synced 2026-01-05 06:52:26 +00:00
Fix intermittent test_ssl failure.
This commit is contained in:
parent
871b9d169d
commit
eced82ecbf
1 changed files with 1 additions and 0 deletions
|
|
@ -911,6 +911,7 @@ def run(self):
|
|||
+ 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