]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cache: Add global option to enable/disable zero-copy forwarding
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 4 Dec 2023 15:06:24 +0000 (16:06 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 6 Dec 2023 09:24:41 +0000 (10:24 +0100)
commit533121a56e7fa9f14fd691c4bf5ee37ac6f22d28
treed2553224e7632afe9d1b3cd00fb41a590755992d
parentebead3c0a168a38e6cadc4090b1935a26aa7d3a3
MINOR: cache: Add global option to enable/disable zero-copy forwarding

tune.cache.zero-copy-forwarding parameter can now be used to enable or
disable the zero-copy fast-forwarding for the cache applet only. It is
enabled ('on') by default. It can be disabled by setting the parameter to
'off'.
doc/configuration.txt
include/haproxy/global-t.h
src/cache.c