]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: connection: don't remove failed handshake flags
authorWilly Tarreau <w@1wt.eu>
Fri, 30 Nov 2012 14:15:28 +0000 (15:15 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 3 Dec 2012 13:22:12 +0000 (14:22 +0100)
commitd1b3f0498d866d6dad38a3ba23dc40b1f74a192b
tree1e6415b475caf4495fc6f16aa1984f8f116c3d87
parent5a940376442d2d30b0b9d438c59fee4b896ab11d
MINOR: connection: don't remove failed handshake flags

It's annoying that handshake handlers remove themselves from the
connection flags when they fail because there is no way to tell
which one fails. So now we only remove them when they succeed.
src/connection.c
src/ssl_sock.c
src/stream_interface.c