Commit 7a556846 authored by Antoine Pitrou's avatar Antoine Pitrou

Fix intermittent test_ssl failure.

parent 78028b05
......@@ -562,6 +562,7 @@ else:
+ str(connaddr) + '\n')
handler = self.ConnectionHandler(self, newconn)
handler.start()
handler.join()
except socket.timeout:
pass
except KeyboardInterrupt:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment