m-lab / ndt

Network Diagnostic Tool
Other
11 stars 7 forks source link

Fix ssl accept #60

Closed pboothe closed 8 years ago

pboothe commented 8 years ago

Lots of clients were dying at SSL_accept. This seems to fix that problem.

ws and wss now appear to have the same level of reliability.


This change is Reviewable

anarkiwi commented 8 years ago

LGTM. Tactically improving logging and reliability is great. It would be great to see future refactoring to enable finer grained unit testing of the various protocol/timeout cases.