Commit a8345b08 authored by Antoine Pitrou's avatar Antoine Pitrou

Fix intermittent test_ssl failure.

parent 0681eeca
......@@ -911,6 +911,7 @@ else:
+ repr(connaddr) + '\n')
handler = self.ConnectionHandler(self, newconn, connaddr)
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