]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-quic: add BUG_ON_STRESS() when draining data on closed stream
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 17 Feb 2026 17:13:54 +0000 (18:13 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 17 Feb 2026 17:18:44 +0000 (18:18 +0100)
commit18a78956cb0a73238d5fe5d87b0444cbe8526529
tree2088da25a14fba4a106e3426831b317be61655f0
parent4c275c7d17605a1c1a0bc16e251a4a27cc102308
MINOR: mux-quic: add BUG_ON_STRESS() when draining data on closed stream

Add a BUG_ON_STRESS() to be able to detect if data draining is performed
due to early stream closure.
src/mux_quic.c