commit | 4501c3e0992ca03e082cce81e0fff21067a59ddd | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Tue Aug 28 19:36:18 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Aug 28 19:43:57 2018 +0200 |
tree | 756a1403dc8a6b5fff678e24893acb841905ef4d | |
parent | 594c8c5015abb0d0c0a8d41fea573a2bcd63a351 [diff] |
MINOR: checks: Call wake_srv_chk() when we can finally send data. Instead of calling __event_srv_chk_w, call wake_srv_chk(), which will then either call tcpcheck_main() or __event_srv_chk_w(). Also make tcpcheck_main() subscribe if it can't send.