]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: mux-h2: Remove H2_CF_DEM_DFULL flags when the demux buffer is reset
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 9 Sep 2025 13:46:30 +0000 (15:46 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 9 Sep 2025 14:29:14 +0000 (16:29 +0200)
commit3b7112aa1db487083497c1b03897f0924809a6bd
tree821f4e72256afc973a4755cd65eebbd571596691
parent12edcccc8230b271635a764b5bee9346d6828733
BUG/MINOR: mux-h2: Remove H2_CF_DEM_DFULL flags when the demux buffer is reset

This only happens when a connection error is detected or when the H2
connection is in ERR/ERR2 state. The demux buffer is explicitly reset. In
that case, it is important to remove the flag reporting this buffer as full.

It is probably worth to backport this patch to 3.2. But it is not mandatory
on older versions because it does not fix any known issue.
src/mux_h2.c