MINOR: mux-h2: Set H2_SF_ES_RCVD flag when decoding the HEADERS frame
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 24 May 2023 09:02:50 +0000 (11:02 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 24 May 2023 14:06:11 +0000 (16:06 +0200)
commit1a60a663066b6913a6a8561a4155efc775013205
treeda88fc34a2b9bb34260b6f766ac921ee3d3c4a6e
parent78b1eb2b04f01584e838abfcd8512f02364abba0
MINOR: mux-h2: Set H2_SF_ES_RCVD flag when decoding the HEADERS frame

The flag H2_SF_ES_RCVD is set on the H2 stream when the ES flag is found in
a frame. On HEADERS frame, it was set in function processing the frame. It
is moved in the function decoding the frame. Fundamentally, this changes
nothing. But it will be useful to have this information earlier when a
client H2 stream is created.
src/mux_h2.c