MINOR: checks: Don't try to send outgoing data if waiting to be able to send
authorChristopher Faulet <cfaulet@haproxy.com>
Sat, 9 May 2020 15:37:43 +0000 (17:37 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 12 May 2020 08:06:47 +0000 (10:06 +0200)
commit07321346159014885a32c1cbebce670b38f5b423
tree50e0897e4748833541f654942cb4e5b9f075f490
parent97b2a8b01f2ac54e46c8e0d189963df11d61017a
MINOR: checks: Don't try to send outgoing data if waiting to be able to send

It is useless to try to send outgoing data if the check is still waiting to be
able to send data.

No backport needed.

(cherry picked from commit d94653700437430864c03090d710b95f4e860321)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
src/checks.c