]> git.kaiwu.me - haproxy.git/commit
MINOR: mux_quic: use dynamic conn buffers for QMux
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Apr 2026 12:41:34 +0000 (14:41 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 24 Apr 2026 07:33:04 +0000 (09:33 +0200)
commitb8e65423f3c9521158821cd13b269842a39ba0aa
treec96f0c009fa41df5f2e56a90b693969451d88bb1
parent265e8939214b6bec7d77a868d832d17ab671207c
MINOR: mux_quic: use dynamic conn buffers for QMux

Allocate and release as needed the QCC buffers used for QMux protocol.
This should reduce the memory consumption of QMux. This is performed
both for send and receive buffers. Along with this, always free these
buffers in qcc_release() to prevent a memory leak.
src/mux_quic.c
src/mux_quic_qstrm.c