commit | d03adce575e352a5ef6ebf1dcd64bf636655d4d8 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Jun 23 16:54:16 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jun 24 10:52:31 2021 +0200 |
tree | 493d2921bdd08a3c1ee175b3d9291fc3c56c85f9 | |
parent | 51c63f0f0a9a629f298bfaeda158599707e562f4 [diff] |
MINOR: queue: simplify pendconn_unlink() regarding srv vs px Since the code paths became exactly the same except for what log field to update, let's simplify the code and move further code out of the lock. The queue position update and the test for server vs proxy do not need to be inside the lock.