commit | 24b8fe874e03859f5c6d38fe82f2397304eb901c | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Thu Nov 29 17:02:41 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Nov 29 17:39:04 2018 +0100 |
tree | 59293bb2ab93b4c9b1a1f07e50a1efbb7e69a612 | |
parent | 3e1f68bcf9adfcd30e3316b0822c2626cc2a6a84 [diff] |
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.