commit | 3f21611bddc40099e0fa4b1b196ee3b691fe7c81 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Nov 15 09:41:32 2019 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Nov 15 14:24:06 2019 +0100 |
tree | 753c8fbb8f0207472c8efda223261333fc0a9c43 | |
parent | 02a0253888978541414da52bd880102685240b5d [diff] |
BUG/MINOR: mux-h1: Don't set CS_FL_EOS on a read0 when receiving data to pipe This is mandatory to process input one more time to add the EOM in the HTX message and to set CS_FL_EOI on the conn-stream. Otherwise, in the stream, a SHUTR will be reported on the corresponding channel without the EOI. It may be erroneously interpreted as an abort. This patch must be backported to 2.0 and 1.9.