]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: checks: don't create then kill a dummy connection before tcp-checks
authorWilly Tarreau <w@1wt.eu>
Wed, 4 Oct 2017 14:21:19 +0000 (16:21 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 4 Oct 2017 14:29:19 +0000 (16:29 +0200)
commitf411cce456dabbe3cf6637f2bb11435af0499ae7
tree13a44d0af3a1008c8ee04c56eefae7a23c948171
parentbe74b88be89bf849802e922a3bc04c91ef3f8963
MINOR: checks: don't create then kill a dummy connection before tcp-checks

When tcp-checks are in use, a connection starts to be created, then it's
destroyed so that tcp-check can recreate its own. Now we directly move
to tcpcheck_main() when it's detected that tcp-check is in use.
src/checks.c