]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: mux-h1: Properly report EOI/ERROR on read0 in h1_rcv_pipe()
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 23 Mar 2023 16:29:47 +0000 (17:29 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 5 Apr 2023 06:57:05 +0000 (08:57 +0200)
commit147e18f9d8bd14679cb7f459eea0263c2c1544e6
tree3436b47b14032d7f9f2b703096e0ff69d0817724
parent872b01c984f77ced43afc41352ed91e1f1d4ec77
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.
src/mux_h1.c