]> git.kaiwu.me - haproxy.git/commit
MINOR: mux_quic: implement qstrm rx buffer realign
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 30 Mar 2026 09:18:54 +0000 (11:18 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 2 Apr 2026 12:02:04 +0000 (14:02 +0200)
commit0f0574ee9616157af45aa5de56effc29635f703f
treeba75d7472cbbd7bb3b8551218c3e5c2df7b9d139
parent81f22cd68a38d21db8f3d5e7d432ce33049c68a6
MINOR: mux_quic: implement qstrm rx buffer realign

The previous patch defines a new QCC buffer member to implement QMux
reception. This patch completes this by perfoming realign on it during
qcc_qstrm_recv(). This is necessary when there is not enough contiguous
data to read a whole frame.
src/mux_quic_qstrm.c