commit | 424ecfb33ca412d8b8bc8edd531975a5440bc9ce | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Wed Nov 22 19:12:10 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Nov 22 19:27:14 2017 +0100 |
tree | 6924bc8f0b786715de4bf9628a4fcbd8a4728b0f | |
parent | 777e4b98a3252f89615d528f686087a9ab22d169 [diff] |
MINOR: ssl: Don't disable early data handling if we could not write. If we can't write early data, for some reason, don't give up on reading them, they may still be early data to be read, and if we don't do so, openssl internal states might be inconsistent, and the handshake will fail.