]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: h1-htx: Disable 0-copy for buffers of different size
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 10 Feb 2026 14:24:54 +0000 (15:24 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 18 Feb 2026 12:26:21 +0000 (13:26 +0100)
commitbc586b4138d5219875a40b0107ee57120c76bef9
treed7c6445f49f949cc9b3b053d74046cec9f876e30
parent8b27dfdfb07d532cd7e38dc9f9b4b48a5cab9958
MINOR: h1-htx: Disable 0-copy for buffers of different size

When a message payload is parsed, it is possible to swap buffers. We must
only take care both buffers have same size. It will be mandatory when the
large buffers support on channels will be added.
src/h1_htx.c