commit | f5fe70620c9f9bdda5026e1f8b3673fe83257a7c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Nov 06 12:07:31 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Nov 06 13:22:44 2020 +0100 |
tree | c8f51f883a5f6fa88af8eef96c97ea5bce5e857c | |
parent | 70d10d1fb657eb6f8ac8e86c9b6037b53cc907ac [diff] |
MINOR: server: remove idle lock in srv_cleanup_connections This function used to grab the idle lock when scanning the threads for idle connections, but it doesn't need it since the lock only protects the tree. Let's remove it.