commit | 147e18f9d8bd14679cb7f459eea0263c2c1544e6 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Mar 23 17:29:47 2023 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 05 08:57:05 2023 +0200 |
tree | 3436b47b14032d7f9f2b703096e0ff69d0817724 | |
parent | 872b01c984f77ced43afc41352ed91e1f1d4ec77 [diff] |
BUG/MINOR: mux-h1: Properly report EOI/ERROR on read0 in h1_rcv_pipe() In h1_rcv_pipe(), only the end of stream was reported when a read0 was detected. However, it is also important to report the end of input or an error, depending on the message state. This patch does not fix any real issue for now, but some others, specific to the 2.8, rely on it. No backport needed.