]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: ssl: Fix some reneg cases not correctly handled.
authorEmeric Brun <ebrun@exceliance.fr>
Thu, 8 Nov 2012 17:02:56 +0000 (18:02 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 12 Nov 2012 10:43:05 +0000 (11:43 +0100)
commit282a76acc17b1c23c5204addc2f7d5019cded704
tree421802565d0fef69016b5c69b1a676fa57e6105c
parent8af8dd1a9a2f76b765a35d248dd56f12669564d4
BUG/MEDIUM: ssl: Fix some reneg cases not correctly handled.

SSL may decide to switch to a handshake in the middle of a transfer due to
a reneg. In this case we don't want to re-enable polling because data might
have been left pending in the buffer. We just want to switch immediately to
the handshake mode.
src/ssl_sock.c