]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: applet: Disable 0-copy for buffers of different size
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 3 Feb 2026 06:56:02 +0000 (07:56 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 18 Feb 2026 12:26:21 +0000 (13:26 +0100)
commit8b27dfdfb07d532cd7e38dc9f9b4b48a5cab9958
tree38e70eff9a6d6733d8459bd242b891f4f637924c
parent36282ae348a70230d7b22a2fa714590cb9090106
MEDIUM: applet: Disable 0-copy for buffers of different size

Just like the previous commit, we must take care to never swap buffers of
different size when data are exchanged between an applet and a SC. it will
be mandatory when the large buffers support on channels will be added.
src/applet.c