mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-25 17:01:06 +01:00
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.