BUG/MEDIUM: checks: Subscribe to I/O events only if a mux was installed
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 12 May 2020 13:05:43 +0000 (15:05 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 12 May 2020 13:05:47 +0000 (15:05 +0200)
commit4b3a2dfed5f88bf832c9b0e536c6a483fdb2f180
tree8f17f469e83d1edd11c6f9fdb696afcdc9458c7c
parent8e36651ed361487d796dd0591fbb41aac955be93
BUG/MEDIUM: checks: Subscribe to I/O events only if a mux was installed

In the commit 2fabd9d53 ("BUG/MEDIUM: checks: Subscribe to I/O events on an
unfinished connect"), we force the subscribtion to I/O events when a new
connection is opened if it is not fully established. But it must only be done if
a mux was immediately installed. If there is no mux, no subscription must be
performed.

No backport needed.
src/checks.c