MINOR: muxes: Announce support for zero-copy forwarding on consumer side
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 14 Feb 2024 14:15:09 +0000 (15:15 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 14 Feb 2024 15:39:46 +0000 (16:39 +0100)
commit5e5a8dc2566b66aaf2702fe045db545e7d82d1e5
tree9c83ca5a504ab054e7c0ff9cb0ea81158c62c2ca
parent9ec1d5b01678d7daa1962b5ee9f45f3faedfbc77
MINOR: muxes: Announce support for zero-copy forwarding on consumer side

It is unused for now, but the muxes announce their support of the zero-copy
forwarding on consumer side. All muxes, except the fgci one, are supported
it.

(cherry picked from commit e2921ffad103cd0cf9a204f56380ce6138fe2c40)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
src/mux_h1.c
src/mux_h2.c
src/mux_pt.c
src/mux_quic.c