]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: do not crash on QMux reception of BLOCKED frames master quic-interop flx04/master flx04/quic-interop
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 10 Apr 2026 08:28:23 +0000 (10:28 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 10 Apr 2026 08:30:49 +0000 (10:30 +0200)
commit63febbace73c712fad31d13a53b24268190bed58
treeca9f16ecec7571d0d9bd39ccbdd6b1af525cc75a
parentec552b0cc222768bbe64bf82965f491554576f85
BUG/MINOR: do not crash on QMux reception of BLOCKED frames

Add QUIC BLOCKED frames in the list of supported types in
qstrm_parse_frm(). Nothing is really implemented for them as for QUIC,
but this prevents a crash when receiving one of them via QMux.

No need to backport.
src/mux_quic_qstrm.c