]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stream: Try to use small buffer when TCP stream is queued
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 10 Mar 2026 15:27:03 +0000 (16:27 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 23 Mar 2026 13:02:42 +0000 (14:02 +0100)
commit181cd8ba8a5354493ba7d84f1642ad8fe339cbec
tree2a7fe5b929d34683c066e85b6d736c9d91b18fd1
parent5acdda4eedd0a5adfee2268bdf09b92e92458b80
MEDIUM: stream: Try to use small buffer when TCP stream is queued

It was performed when an HTX stream was queued. Small requests were moved in
small buffers. Here we do the same but for TCP streams.
src/stream.c