commit | e9bed53486888062f7f3c277c901aefab62959be | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Thu Nov 16 17:49:25 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Nov 16 19:04:10 2017 +0100 |
tree | 4f062c43e841b9ee75e0487e7f1d534c750b9fe8 | |
parent | e6060c5d877e78cfab04cca4f603340540206994 [diff] |
MINOR: ssl: Make sure we don't shutw the connection before the handshake. Instead of trying to finish the handshake in ssl_sock_shutw, which may fail, try not to shutdown until the handshake is finished.