]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: mux_pt: Always set CS_FL_RCV_MORE.
authorOlivier Houchard <ohouchard@haproxy.com>
Tue, 4 Dec 2018 18:17:25 +0000 (19:17 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 4 Dec 2018 18:23:56 +0000 (19:23 +0100)
commit8706c8131620b08d3f39a56eb45f31aac3c17107
treea1d96a4c3d01f8da994802c8a97f257d32aba3f0
parent29a22bc0a7fcc25e02b1fd173c8f0095d653d501
BUG/MEDIUM: mux_pt: Always set CS_FL_RCV_MORE.

When using the mux_pt, as we can't know if there's more data to be read,
always set CS_FL_RCV_MORE, and only remove it if we got an error or a shutr
and rcv_buf() returned 0.
src/mux_pt.c