Fix intermittent test_ssl failure.

This commit is contained in:
Antoine Pitrou 2012-01-27 17:33:01 +01:00
parent 871b9d169d
commit eced82ecbf
1 changed files with 1 additions and 0 deletions

View File

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