]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: applet: Use an option to disable zero-copy forwarding for all applets
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 5 Feb 2024 16:59:32 +0000 (17:59 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 7 Feb 2024 14:05:01 +0000 (15:05 +0100)
commita9301c96f1bd1c1f56ededd41888e605a1c4f043
treea75cbf65b1946e2ad73180dc7088bf55b8290766
parent00152bad8531ee992e8c1bbd10476001919d91c7
MINOR: applet: Use an option to disable zero-copy forwarding for all applets

At the beginning of the 3.0-dev cycle, the zero-copy forwarding support was
added only for the cache applet with an option to disable it. This was a
hack, waiting for a better integration with applets. It is now possible to
implement the zero-copy forwarding for any applets. So the specific option
for the cache applet was renamed to be used for all applets. And this option
is now also checked for the stats applet.

Concretely, 'tune.cache.zero-copy-forwarding' was renamed to
'tune.applet.zero-copy-forwarding'.
doc/configuration.txt
include/haproxy/global-t.h
src/applet.c
src/cache.c
src/stats.c