]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: Remove dead code.
authorOlivier Houchard <cognet@ci0.org>
Fri, 24 Jan 2020 14:13:57 +0000 (15:13 +0100)
committerOlivier Houchard <cognet@ci0.org>
Fri, 24 Jan 2020 14:13:57 +0000 (15:13 +0100)
commit6d53cd6978d80aea86a5ca05aa023a1c6640d606
tree41c4fc07a919fb378d16290a2bf47f3765f9991d
parent3139c1b198bbcc14c6940f214234afd004110387
MINOR: ssl: Remove dead code.

Now that we don't call the handshake function directly, but merely wake
the tasklet, we can no longer have CO_FL_ERR, so don't bother checking it.
src/ssl_sock.c