]> git.kaiwu.me - haproxy.git/commit
MINOR: buffers: Move small buffers management from quic to dynbuf part
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 9 Mar 2026 06:38:22 +0000 (07:38 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 23 Mar 2026 13:02:42 +0000 (14:02 +0100)
commit4d6cba03f2f0dc5d35e2d3e630baf7918142d3f5
treeb934fadcb060dadc8c1544d8491090d1d7450567
parent1c379cad88a5039412df6b35cc39b7ee8b467fa8
MINOR: buffers: Move small buffers management from quic to dynbuf part

Because small buffers were only used by QUIC streams, the pool used to alloc
these buffers was located in the quic code. However, their usage will be
extended to other parts. So, the small buffers pool was moved into the
dynbuf part.
include/haproxy/dynbuf.h
src/cfgparse.c
src/dynbuf.c
src/quic_stream.c