mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 15:17:01 +02:00
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.
This commit is contained in:
parent
954b5b756a
commit
cb560bf3d7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user