]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: mux-h1: Fix build without kernel splicing support
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 18 Oct 2023 09:57:40 +0000 (11:57 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 18 Oct 2023 10:43:38 +0000 (12:43 +0200)
commitd6d4abdc31e6b040c23e55e80ff88e4d7a534bc5
treebdec34231d8e34526d46a800e72aa5b22ddd076d
parent023564b685a50aeeff8171cb0e59b1a97060a3a6
BUILD: mux-h1: Fix build without kernel splicing support

Data fast-forwarding does not build without the kernel splicing support
because counters about splicing don't exist. To make the code more readable,
all code about splicing is disabled if kernel splicing is not supported.
src/mux_h1.c