]> git.kaiwu.me - haproxy.git/commit
MEDIUM: stream: Try to use a small buffer for HTTP request on queuing
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 9 Mar 2026 17:10:17 +0000 (18:10 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 23 Mar 2026 13:02:42 +0000 (14:02 +0100)
commit5acdda4eedd0a5adfee2268bdf09b92e92458b80
treea39f0060cdfc18ae01c42c2733e2f1ba87de5cc4
parent92a24a4e875b5fbd4678001d184bd5a35d7e5a3d
MEDIUM: stream: Try to use a small buffer for HTTP request on queuing

When a HTX stream is queued, if the request is small enough, it is moved
into a small buffer. This should save memory on instances intensively using
queues.

Applet and connection receive function were update to block receive when a
small buffer is in use.
src/stconn.c
src/stream.c