]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stconn: Properly handle large buffers during a receive
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 3 Feb 2026 06:53:13 +0000 (07:53 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 18 Feb 2026 12:26:21 +0000 (13:26 +0100)
commitbd25c630678a8ab605b944706b516d4a209d7240
tree558628c193eeb65592946b8c8c4cc7ffc6718f3e
parentce912271db4e1a793a71484892b7df2c4b7c2b9c
MEDIUM: stconn: Properly handle large buffers during a receive

While large buffers are still unused internally, functions receiving data
from endpoint (connections or applets) were updated to block the receives
when channels are using large buffer and the data forwarding was started.

The goal of this patch is to be able to flush large buffers at the end of
the analyzis stage to return asap on regular buffers.
src/stconn.c