Fix intermittent test_ssl failure.

This commit is contained in:
Antoine Pitrou 2012-01-27 17:34:56 +01:00
commit 6636887104
1 changed files with 1 additions and 0 deletions

View File

@ -1032,6 +1032,7 @@ else:
+ repr(connaddr) + '\n')
handler = self.ConnectionHandler(self, newconn, connaddr)
handler.start()
handler.join()
except socket.timeout:
pass
except KeyboardInterrupt: