]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stream: Offer buffers of default size only
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 3 Feb 2026 06:57:17 +0000 (07:57 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 18 Feb 2026 12:26:21 +0000 (13:26 +0100)
commite62e8de5a782671a00ca81e6bd145de7a3635b38
tree72ec716569966abf7935d236648af7bff415a21e
parentbc586b4138d5219875a40b0107ee57120c76bef9
MEDIUM: stream: Offer buffers of default size only

Check the channels buffers size on release before trying to offer it to
waiting entities. Only normal buffers must be considered. This will be
mandatory when the large buffers support on channels will be added.
src/stream.c