]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: stream: use server_find_by_addr() in sticking_rule_find_target()
authorWilly Tarreau <w@1wt.eu>
Thu, 10 Jul 2025 12:47:35 +0000 (14:47 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 15 Jul 2025 08:30:28 +0000 (10:30 +0200)
commit36f339d2feb567e437eff52347eb7e976d409ad0
tree1e1d51339f0a75d0133a79292ec5ad635446d948
parent616c10f6087ddb409438d2a46320c99a5477d46c
CLEANUP: stream: use server_find_by_addr() in sticking_rule_find_target()

This makes this function a bit less of a mess by no longer manipulating
the low-level server address nodes nor the proxy lock.
src/stream.c