mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-30 02:30:59 +02:00
We'd sometimes like to be able to process samples while parsing the configuration based on purely internal thing but that's not possible right now. Let's add a new CFG_PARSER context for samples which only permits constant samples (i.e. those which do not change in the process' life and which are stable during config parsing).