]> git.kaiwu.me - haproxy.git/commit
MINOR: quic: Use b_alloc_small() to allocate a small buffer
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 10 Mar 2026 07:12:15 +0000 (08:12 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 23 Mar 2026 13:02:42 +0000 (14:02 +0100)
commit01b9b67d5ca46e2f6367c9c960d1161ac1677e0d
tree3a877ae908261c10176664820c975ae7f172ba95
parentf8c96bf9cbaea5d5a955e431568e68783b204355
MINOR: quic: Use b_alloc_small() to allocate a small buffer

Rely on b_alloc_small to allocate a small buffer.
src/quic_stream.c