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

Fix intermittent test_ssl failure.

üst 871b9d16
...@@ -911,6 +911,7 @@ else: ...@@ -911,6 +911,7 @@ else:
+ repr(connaddr) + '\n') + repr(connaddr) + '\n')
handler = self.ConnectionHandler(self, newconn, connaddr) handler = self.ConnectionHandler(self, newconn, connaddr)
handler.start() handler.start()
handler.join()
except socket.timeout: except socket.timeout:
pass pass
except KeyboardInterrupt: 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