]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MAJOR: mworker: fix infinite loop on master with no proxies.
authorEmeric Brun <ebrun@haproxy.com>
Mon, 22 Aug 2022 08:25:11 +0000 (10:25 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 22 Aug 2022 11:09:29 +0000 (13:09 +0200)
commit8032a276ce8007020366d18ebd7400ad5dedc4f4
treeb70d8136dae5a8dd4033405bbb3251bbab1e9e4f
parentf1cfd9bc978126df0fdafef89521c7a44b8aa8f9
BUG/MAJOR: mworker: fix infinite loop on master with no proxies.

The master is re-exec with an empty proxies list if no master CLI is
configured.

This results in infinite loop since last patch:
3b68b602 ("BUG/MAJOR: log-forward: Fix log-forward proxies not fully initialized")

This patch avoid to loop again on log-forward proxies list if empty.

This patch should be backported until v2.3
src/cfgparse.c