Closed chadbrubaker closed 9 years ago
Timeouts are handled by the stale connection logic in server.py, there's no need for an explicit timeout in these operations.
Cleaned up some functions names to be more clear and made updating the select fds a little less brittle. Can you take another look?
LGTM
This makes initial TCP connections to the server and the SSL MiTM establishment non blocking. This should help performance and scaling.