]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: stream_interface: Make REALLY sure we read all the data.
authorOlivier Houchard <ohouchard@haproxy.com>
Tue, 4 Dec 2018 14:46:16 +0000 (15:46 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 4 Dec 2018 15:43:30 +0000 (16:43 +0100)
commitc490efd625921f3fe71c591a54170b99c4db2f76
tree1af369104ecf330249170feb944338d5fd02359f
parent6e54095d0a564f2fc1525f2ced1eed2c6cfa59ab
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.
src/stream_interface.c