commit | 560b8da258d03e0164d449983d28f9886c618e34 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon May 30 08:37:39 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon May 30 08:37:40 2022 +0200 |
tree | 5188bc1f23f4668c8339b9b30a5da581247b2024 | |
parent | 464193793e97a6460784ce59373ed387105a031c [diff] |
CLEANUP: tcpcheck: Remove useless test on the stream-connector in tcpcheck_main Thanks to the recent refactoring, when tcpcheck_main() function is called, the stream-connector of the healthchek is always defined. There is no reason to still test it. This patch should fix the issue #1721.