]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: ssl: Don't pretend we can retry a recv/send if we got a shutr/w.
authorOlivier Houchard <cognet@ci0.org>
Wed, 1 May 2019 15:24:36 +0000 (17:24 +0200)
committerOlivier Houchard <cognet@ci0.org>
Wed, 1 May 2019 15:37:33 +0000 (17:37 +0200)
commitb51937ebaa8813de233e603a481d9d7d53935609
tree580699e4a9bc6d116e65b9785d5bc2fb079b650a
parent0c50b1ecbb495a4beeab0783e6cdb60b31593c12
BUG/MEDIUM: ssl: Don't pretend we can retry a recv/send if we got a shutr/w.

In ha_ssl_write() and ha_ssl_read(), don't pretend we can retry a read/write
if we got a shutr/shutw, or we will never properly shutdown the connection.
src/ssl_sock.c