commit | f9a7a8fd8e9993523864837330d75ce24fc7b6a3 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Mar 26 11:09:38 2021 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Mar 26 16:23:45 2021 +0100 |
tree | 4934663eaf29df6e74d182b70bd42d04b5659af9 | |
parent | 0209c970386d2d5e090f89d3e022d14896fc081d [diff] |
MINOR: sample: add a new CFG_PARSER context for samples 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).