commit | 34f81d58153554ed4344acda6b202b6204a7bebe | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu May 04 16:41:37 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu May 04 16:58:33 2023 +0200 |
tree | cf0a89970d702b15c82292c2de05e81f14f765b1 | |
parent | cb01f5daa72eec595407a85959d301960d472c93 [diff] |
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.