BUG/MEDIUM: mux-h1: Always set CS_FL_RCV_MORE when data are received in h1_recv()
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 4 Dec 2018 14:54:12 +0000 (15:54 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 4 Dec 2018 15:43:30 +0000 (16:43 +0100)
commit37e3607e3724287e64702bf198df6e1d2d38931c
treeac1d653e8b38e7691531ffb56757062023c69f1f
parent75159a96deb0a08e76be84215344d02071d1cfca
BUG/MEDIUM: mux-h1: Always set CS_FL_RCV_MORE when data are received in h1_recv()

It is a warranty that the data will be handled by the stream, even if an error
is reported on the connection or on the conn_stream.
src/mux_h1.c