MINOR: config: Finish configuration for referenced default proxies
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Oct 2021 09:04:10 +0000 (11:04 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 15 Oct 2021 12:12:19 +0000 (14:12 +0200)
commitff556276eb809da0ec4c816beacad6294c982301
treec9973fa757448143b6adee1805a49d795c35894a
parent56717803e1f8dbe16a825a0dc8a35953a324e9cc
MINOR: config: Finish configuration for referenced default proxies

If a not-ready default proxy is referenced by a proxy during the
configuration validity check, its configuration is also finished and
PR_FL_READY flag is set on it.

For now, the arguments resolution is the only step performed.

This patch is mandatory to support TCP/HTTP rules in defaults sections.
src/cfgparse.c