]> git.kaiwu.me - haproxy.git/commit
MINOR: proxy: Add use-small-buffers option to set where to use small buffers
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 19 Mar 2026 13:19:37 +0000 (14:19 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 23 Mar 2026 13:02:43 +0000 (14:02 +0100)
commitada33006efe193bb3b47f8b573cc976684145ee4
tree5deb5a4a671fac1c54509685b6e0243a551eea3c
parent163eba5c8c2cc95b4818c7ed5a1cb292baf4d070
MINOR: proxy: Add use-small-buffers option to set where to use small buffers

Thanks to previous commits, it is possible to use small buffers at different
places: to store the request when a connection is queued or when L7 retries
are enabled, or for health-checks requests. However, there was no
configuration parameter to fine tune small buffer use.

It is now possible, thanks to the proxy option "use-small-buffers".
Documentation was updated accordingly.
doc/configuration.txt
include/haproxy/proxy-t.h
src/cfgparse-listen.c
src/check.c
src/stconn.c
src/stream.c