commit | 8706c8131620b08d3f39a56eb45f31aac3c17107 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Tue Dec 04 19:17:25 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Dec 04 19:23:56 2018 +0100 |
tree | a1d96a4c3d01f8da994802c8a97f257d32aba3f0 | |
parent | 29a22bc0a7fcc25e02b1fd173c8f0095d653d501 [diff] |
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.