]> git.kaiwu.me - haproxy.git/commit
MEDIUM: connection: Don't bother reactivating polling after connection retry.
authorOlivier Houchard <cognet@ci0.org>
Tue, 20 Nov 2018 23:16:45 +0000 (00:16 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 22 Nov 2018 18:50:39 +0000 (19:50 +0100)
commit66b5166af950ac1c5f0bb1bb5831b5f409b9fcf3
tree1cf0c94934c3833d055f994e2c5550544b2592a9
parentc75660010372457e91eaedeb6b761241a594479b
MEDIUM: connection: Don't bother reactivating polling after connection retry.

As we now will no longer try tro subscribe to recv/send events before the
connection is established, there's no need to reactivate polling on the fd
when retrying connection. It will be activated later on subscribe.
src/stream.c