BUG/MAJOR: ssl: fix breakage caused by recent fix abf08d9
authorWilly Tarreau <w@1wt.eu>
Fri, 17 Jan 2014 10:09:40 +0000 (11:09 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 17 Jan 2014 10:09:40 +0000 (11:09 +0100)
commit00b0fb9349b8842a5ec2cee9dc4f286c8d3a3685
treef739ffc0e97669de0043283e0ea8139c738b5546
parent410f8101ae03f433294f8ac550eaa18e824422cd
BUG/MAJOR: ssl: fix breakage caused by recent fix abf08d9

Recent commit abf08d9 ("BUG/MAJOR: connection: fix mismatch between rcv_buf's
API and usage") accidentely broke SSL by relying on an uninitialized value to
enter the read loop.

Many thanks to Cyril Bonté and Steve Ruiz for reporting this issue.
src/ssl_sock.c