]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MAJOR: log-forward: Fix log-forward proxies not fully initialized
authorEmeric Brun <ebrun@haproxy.com>
Thu, 18 Aug 2022 13:53:21 +0000 (15:53 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 19 Aug 2022 14:08:03 +0000 (16:08 +0200)
commit3b68b6026161c53936be34b3c837cd3febcceefc
tree7d091fb76aac9ffb2dec5ea936089b88d056f263
parenta846a17fdea6004e6bbbb77a1d016b4542714851
BUG/MAJOR: log-forward: Fix log-forward proxies not fully initialized

Some initialisation for log forward proxies was missing such
as ssl configuration on 'log-forward's 'bind' lines.

After the loop on the proxy initialization code for proxies present
in the main proxies list, this patch force to loop again on this code
for proxies present in the log forward proxies list.

Those two lists should be merged. This will be part of a global
re-work of proxy initialization including peers proxies and resolver
proxies.

This patch was made in first attempt to fix the bug and to facilitate
the backport on older branches waiting for a cleaner re-work on proxies
initialization on the dev branch.

This patch should be backported as far as 2.3.
src/cfgparse.c