MINOR: mux-pt: Temporarily remove splicing support
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 3 Aug 2023 15:25:50 +0000 (17:25 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 17 Oct 2023 16:51:13 +0000 (18:51 +0200)
commit02ed7c0d0f583b6f759a9a9646af58d42ea82c98
treeae3ba5cb5ac9fb51482c2cd1dcbffe61430ddd59
parent8b89fe3d8ff5483c8d6e787465308ddb9b1bdf70
MINOR: mux-pt: Temporarily remove splicing support

Because the kernel splicing support was removed from the stconn, it is
useless to keep it in muxes. In this patch, we remove the kernel splicing
support from the passthough multiplexer. It will be replaced by the
mux-to-mux data fast-forwarding.
src/mux_pt.c