]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: proxy: make get_backend_server() use findproxy() to lookup proxies
authorWilly Tarreau <w@1wt.eu>
Sat, 15 Mar 2014 06:57:11 +0000 (07:57 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 15 Mar 2014 06:57:11 +0000 (07:57 +0100)
commit7ecc420bbc141657a222a34b66ef84089498cd3f
tree230d95692d9616f0ac2e2968ef1edfe0f431061b
parentcfd837fb6c5cad7a641be7af1748cb039968ff73
MEDIUM: proxy: make get_backend_server() use findproxy() to lookup proxies

This one is used by stats to look up proxy and server names in server state
manipulation. Get rid of the linear search.
src/proxy.c