From: Christopher Faulet Date: Mon, 13 Nov 2023 13:29:12 +0000 (+0100) Subject: DOC: config: Fix name for tune.disable-zero-copy-forwarding global param X-Git-Tag: v2.9-dev10~85 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cb560bf3d74c345b05a980ec36ba6edb9b7aa6b8;p=thirdparty%2Fhaproxy.git DOC: config: Fix name for tune.disable-zero-copy-forwarding global param "disable-" prefix was missing. This param was correctly named in the list of supported keywords in the global section, but not in the keyword description. No backport needed. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index d46905bee8..07ace7707f 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -2906,7 +2906,7 @@ tune.disable-fast-forward [ EXPERIMENTAL ] that "expose-experimental-directives" must appear on a line before this directive. -tune.zero-copy-forwarding +tune.disable-zero-copy-forwarding Disables the zero-copy forwarding of data. It is a mechanism to optimize the data fast-forwarding by avoiding to use the channel's buffer. Thanks to this directive, it is possible to disable this optimization. Note it also disable