BUG/MINOR: mux-h2: Also expect data when waiting for a tunnel establishment
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 4 May 2023 14:41:37 +0000 (16:41 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 4 May 2023 14:58:33 +0000 (16:58 +0200)
commit34f81d58153554ed4344acda6b202b6204a7bebe
treecf0a89970d702b15c82292c2de05e81f14f765b1
parentcb01f5daa72eec595407a85959d301960d472c93
BUG/MINOR: mux-h2: Also expect data when waiting for a tunnel establishment

When a client H2 stream is waiting for a tunnel establishment, it must state
it expects data from server. It is the second fix that should fix
regressions of the commit 2722c04b ("MEDIUM: mux-h2: Don't expect data from
server as long as request is unfinished")

It is a 2.8-specific bug. No backport needed.
src/mux_h2.c