commit | c490efd625921f3fe71c591a54170b99c4db2f76 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Tue Dec 04 15:46:16 2018 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Dec 04 16:43:30 2018 +0100 |
tree | 1af369104ecf330249170feb944338d5fd02359f | |
parent | 6e54095d0a564f2fc1525f2ced1eed2c6cfa59ab [diff] |
BUG/MEDIUM: stream_interface: Make REALLY sure we read all the data. In si_cs_recv(), try inconditionally to recv as long as the CS_FL_RCV_MORE is set on the conn_stream, or we will miss some data.