m-lab / ndt

Network Diagnostic Tool
Other
11 stars 7 forks source link

SSL_shutdown() is not like close() #27

Closed pboothe closed 8 years ago

pboothe commented 8 years ago

SSL_shutdown() is not like close(), it instead causes a shutdown signal to be transmitted to the client.

Remove SSL_shutdown from codepaths that mean close() in other contexts.

stephen-soltesz commented 8 years ago

LGTM.