]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: mux-h2: Don't mix the end of the message with the end of stream
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 22 Mar 2019 13:05:52 +0000 (14:05 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 25 Mar 2019 05:26:30 +0000 (06:26 +0100)
commit63768a63d74e0d801e0338a252cf9d5564ba8ea4
tree0034f4bf5ecb38b406e9cdca3f90af803ff5b343
parent297d3e2e0f8f02636b9d58c40d7cab56a385f512
MEDIUM: mux-h2: Don't mix the end of the message with the end of stream

The H2 multiplexer now sets CS_FL_EOI when it receives a frame with the ES
flag. And when the H2 streams is closed, it set the flag CS_FL_REOS.

This patch should be backported to 1.9.
src/mux_h2.c