]> git.kaiwu.me - haproxy.git/commit
MEDIUM: stconn: Use a small buffer if possible for L7 retries
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 16 Mar 2026 10:25:35 +0000 (11:25 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 23 Mar 2026 13:02:43 +0000 (14:02 +0100)
commitc9a9fa813b9d1431d61c26aa4549ae3bb196ce5a
treef7afbd9381375886b68e784b93cef42e51fd4111
parent181cd8ba8a5354493ba7d84f1642ad8fe339cbec
MEDIUM: stconn: Use a small buffer if possible for L7 retries

Whe L7 retries are enabled and the request is small enough, a small buffer
is used instead of a regular one.
src/stconn.c