MINOR: mux-h1: Add global option to enable/disable zero-copy forwarding
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 4 Dec 2023 14:06:06 +0000 (15:06 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 4 Dec 2023 14:33:07 +0000 (15:33 +0100)
commitf5e73024e97dd56e3e848b66335db1aba1a4f362
tree288c95b98da336465bd6d91bf911b8b2dcb0b44a
parenteccef69137008d315118799d7ae1c7e8c3450ff5
MINOR: mux-h1: Add global option to enable/disable zero-copy forwarding

tune.h1.zero-copy-fwd-recv and tune.h1.zero-copy-fwd-send can now be used to
enable or disable the zero-copy fast-forwarding for the H1 mux only, for
receives or sends. Unlike the PT mux, there are 2 options here because
client and server sides can use difference muxes.

Both are enabled ('on') by default.
doc/configuration.txt
src/mux_h1.c