]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: checks: Don't subscribe to I/O events if it is already done
authorChristopher Faulet <cfaulet@haproxy.com>
Sat, 9 May 2020 15:27:43 +0000 (17:27 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 12 May 2020 08:06:47 +0000 (10:06 +0200)
commita2fb0c3b6f478bcc22c428c4ed90453da3a3d53d
tree3876e1e142df837763a62d33bc8d0042fc6043d9
parent2fabd9d535898a0f9249b199853cf56deee697fa
BUG/MINOR: checks: Don't subscribe to I/O events if it is already done

Subscription to I/O events should not be performed if the check is already
subscribed.

No backport needed.

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