]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: checks: Remove unused code about pure TCP checks
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 20 Apr 2020 07:04:37 +0000 (09:04 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 27 Apr 2020 08:46:28 +0000 (10:46 +0200)
commita32a2504b163aa73c9fd56313be0f7abc4306fb3
treebacc0ae826639315d30cbfbce6939affb9885952
parentd7e639661a49a77f4d49222a0761ec19ab33f843
MINOR: checks: Remove unused code about pure TCP checks

Thanks to previous change, it is now possible to removed all code handling pure
tcp checks. Now every connection based health-checks are handled by the
tcpcheck_main() function. __event_srv_chk_w() and __event_srv_chk_r() have been
removed. And all connection establishment is handled at one place.
src/checks.c