commit | 3e3ae2524d57b1424ae2368bef6cf77a5a79b647 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 21 11:20:07 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 22 17:32:28 2020 +0200 |
tree | 71bc1817cf6461f95432c6d87f510556b74fc260 | |
parent | b7ba1d901174cb1193033f7d967987ef74e89856 [diff] |
MINOR: queue: split __pendconn_unlink() in per-srv and per-prx The function is called with the lock held and does too many tests for things that are already known from its callers. Let's split it in two so that its callers call either the per-server or per-proxy function depending on where the element is (since they had to determine it prior to taking the lock).