]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: stream_interface: Make sure we read all the data available.
authorOlivier Houchard <ohouchard@haproxy.com>
Thu, 29 Nov 2018 16:02:41 +0000 (17:02 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 29 Nov 2018 16:39:04 +0000 (17:39 +0100)
commit24b8fe874e03859f5c6d38fe82f2397304eb901c
tree59293bb2ab93b4c9b1a1f07e50a1efbb7e69a612
parent3e1f68bcf9adfcd30e3316b0822c2626cc2a6a84
BUG/MEDIUM: stream_interface: Make sure we read all the data available.

In si_cs_recv(), when there's an error on the connection or the conn_stream,
don't give up if CS_FL_RCV_MORE is set on the conn_stream, as it means there's
still data available.
src/stream_interface.c