]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: checks: Make resume conditions more explicit in tcpcheck_main()
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 16 Apr 2020 07:52:42 +0000 (09:52 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 27 Apr 2020 07:39:38 +0000 (09:39 +0200)
commit370e0f1de5674ccc06773165d9da2afb90a60638
tree3230bf0f971b77320cca05edaf9cfc360cbe184c
parente5870d872b688f2dfd96a656f1fac02c856a36f7
MINOR: checks: Make resume conditions more explicit in tcpcheck_main()

First tests before executing the loop on tcp-check rules in tcpcheck_main()
function have been slightly modified to be more explicit and easier to
understand.
src/checks.c