commit | 66b5166af950ac1c5f0bb1bb5831b5f409b9fcf3 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <cognet@ci0.org> | Wed Nov 21 00:16:45 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Nov 22 19:50:39 2018 +0100 |
tree | 1cf0c94934c3833d055f994e2c5550544b2592a9 | |
parent | c75660010372457e91eaedeb6b761241a594479b [diff] |
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.