]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: build: Fix build in mux_h1
authorOlivier Houchard <cognet@ci0.org>
Wed, 25 Mar 2020 16:05:21 +0000 (17:05 +0100)
committerOlivier Houchard <cognet@ci0.org>
Wed, 25 Mar 2020 16:06:16 +0000 (17:06 +0100)
commitc3500c3ccd2e5636fbf53a3ece36fa686fa4efef
treebedcbb7505afd77a1fe2fcdd902f0c63c8eb5170
parent69664419d209d2f64dbcd90f991e7ec2efff2ee2
MINOR: build: Fix build in mux_h1

We want to check if the input buffer contains data, not the connection.
This should unbreak the build.
src/mux_h1.c