]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: checks: Check that conn_install_mux succeeded.
authorOlivier Houchard <ohouchard@haproxy.com>
Tue, 29 Jan 2019 14:47:43 +0000 (15:47 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 29 Jan 2019 18:47:20 +0000 (19:47 +0100)
commitf67be93ae0caa8de538b5e2ac6fa1eef90e3f9cd
tree19775e947f5d4b5360362c6680878006e5b1b2cd
parentf1e6fa35deb08de6025e0126495d3424ca564282
BUG/MEDIUM: checks: Check that conn_install_mux succeeded.

If conn_install_mux failed, then the connection has no mux and won't be
usable, so just give up is on failure instead of ignoring it.

This should be backported to 1.9.
src/checks.c