Fix intermittent test_ssl failure.

This commit is contained in:
Antoine Pitrou 2012-01-27 17:33:01 +01:00
parent 78028b0589
commit 7a556846d4
1 changed files with 1 additions and 0 deletions

View File

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