]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: config: properly propagate process binding between proxies
authorWilly Tarreau <w@1wt.eu>
Tue, 16 Sep 2014 10:17:36 +0000 (12:17 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 16 Sep 2014 10:17:36 +0000 (12:17 +0200)
commit64ab6077b768ee02b04a36b30ee195639a2fabc1
tree6328cf841a78ceff6da4011e7fe9c11088fc8710
parent8a3478ed31a16904f45178c153f4649faf6de675
MEDIUM: config: properly propagate process binding between proxies

We now recursively propagate the bind-process values between frontends
and backends instead of doing it during name resolving. This ensures
that we're able to properly propagate all the bind-process directives
even across "listen" instances, which are not perfectly covered at the
moment, depending on the declaration order.
src/cfgparse.c