commit | a32a2504b163aa73c9fd56313be0f7abc4306fb3 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 20 09:04:37 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 27 10:46:28 2020 +0200 |
tree | bacc0ae826639315d30cbfbce6939affb9885952 | |
parent | d7e639661a49a77f4d49222a0761ec19ab33f843 [diff] |
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.