]> git.kaiwu.me - haproxy.git/commit
MINOR: mux-quic: define Rx connection buffer for QMux
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 27 Mar 2026 09:14:39 +0000 (10:14 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 2 Apr 2026 12:02:04 +0000 (14:02 +0200)
commit81f22cd68a38d21db8f3d5e7d432ce33049c68a6
tree5487a06f9ea58ed7af58914f177e9b6bcf20a28b
parent068baf4ddfc1f5085b83ad2bc426ed7e395e13ad
MINOR: mux-quic: define Rx connection buffer for QMux

When QMux is used, mux-quic must actively performed reception of new
content. This has been implemented by the previous patch.

The current patch extends this by defining a buffer on QCC dedicated to
this operation. This replaces the usage of the trash buffer. This is
necessary to deal with incomplete reads.
include/haproxy/mux_quic-t.h
src/mux_quic.c
src/mux_quic_qstrm.c