]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream: Stickiness server lookup by name.
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 20 May 2019 08:08:27 +0000 (10:08 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 5 Jun 2019 06:33:35 +0000 (08:33 +0200)
commit03cdf55e696816eece92158de4276709b29bf6c9
tree1aecb71d2f91c03047533f5cbc72e01fc07aa117
parent7da71293e431b5ebb3d6289a55b0102331788ee6
MINOR: stream: Stickiness server lookup by name.

With this patch we modify the stickiness server targets lookup behavior.
First we look for this server targets by their names before looking for them by their
IDs if not found. We also insert a dictionary entry for the name of the server targets
and store the address of this entry in the underlying stick-table.
src/stream.c