commit | b51937ebaa8813de233e603a481d9d7d53935609 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <cognet@ci0.org> | Wed May 01 17:24:36 2019 +0200 |
committer | Olivier Houchard <cognet@ci0.org> | Wed May 01 17:37:33 2019 +0200 |
tree | 580699e4a9bc6d116e65b9785d5bc2fb079b650a | |
parent | 0c50b1ecbb495a4beeab0783e6cdb60b31593c12 [diff] |
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.