mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-01 13:11:26 +01:00
The default proxy was passed as a variable, which in addition to being a PITA to deal with in the config parser, doesn't feel safe to use when it ought to be const. This will only affect new code so no backport is needed.