commit | 151c253a1e7623ca099fb94cecb40d2adab75b04 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Jul 01 08:24:44 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Jul 01 10:33:39 2020 +0200 |
tree | d922b08beb0a5c6aa87befb6ccd493a8eec96070 | |
parent | 69f591e3b063345668e96653d30719922e2384e7 [diff] |
MINOR: server: skip servers with no idle conns earlier In conn_backend_get() we can avoid locking other servers when trying to steal their connections when we know for sure they will not have one, so let's do it to lower the contention on the lock.