]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: muxes/applet: Simplify checks on options to disable zero-copy forwarding
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 14 Feb 2024 14:17:17 +0000 (15:17 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 14 Feb 2024 14:41:04 +0000 (15:41 +0100)
commit081022a0c5877fde06910c02eb58a9a1a3f8c3a8
tree8d41cdd9b885b797663ba9c758b7e37514b79b2a
parentddf6b7539cc847ae07b06d000c3f11d723ca6036
MINOR: muxes/applet: Simplify checks on options to disable zero-copy forwarding

Global options to disable for zero-copy forwarding are now tested outside
callbacks responsible to perform the forwarding itself. It is cleaner this
way because we don't try at all zero-copy forwarding if at least one side
does not support it. It is equivalent to what was performed before, but it
is simplier this way.
src/cache.c
src/mux_h1.c
src/mux_h2.c
src/mux_pt.c
src/mux_quic.c
src/stats.c