Kaydet (Commit) 7a556846 authored tarafından Antoine Pitrou's avatar Antoine Pitrou

Fix intermittent test_ssl failure.

üst 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