m-lab / ndt

Network Diagnostic Tool
Other
11 stars 7 forks source link

SSL communication cleanup #23

Closed pboothe closed 8 years ago

pboothe commented 8 years ago

SSL_read and SSL_write can fail non-fatally in surprising ways (SSL_ERROR_WANT_READ and SSL_ERROR_WANT_WRITE). Make sure to handle these surprises.

pboothe commented 8 years ago

Fixed in https://github.com/m-lab/ndt/pull/28