commit | f26db14dfb1e203268535292ca0839aa81ffd74f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Mar 26 12:08:06 2021 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Mar 26 16:23:45 2021 +0100 |
tree | f792680c4d301e41251a4d92f26ceaa809c24fef | |
parent | a07d61be4c0df15f41008f7122b19c25b4bc8a01 [diff] |
MINOR: vars: make the var() sample fetch keyword depend on nothing This sample fetch doesn't require any L4 client session in practice, as get_var() now checks for the session. This is important to remove this dependency in order to support accessing variables in scope "proc" from anywhere.