]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: ssl: review polling on reneg.
authorEmeric Brun <ebrun@exceliance.fr>
Thu, 8 Nov 2012 16:56:20 +0000 (17:56 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 12 Nov 2012 10:41:16 +0000 (11:41 +0100)
commit8af8dd1a9a2f76b765a35d248dd56f12669564d4
tree74724238a4e9caafa1a7fbc25536e1c9b284158c
parent70d0ad560c026617d1f60d666f7264022e364cc0
BUG/MEDIUM: ssl: review polling on reneg.

SSL may return SSL_ERROR_WANT_WRITE or SSL_ERROR_WANT_READ when switching
from data to handshake even if it does not need to poll first.
src/ssl_sock.c