commit | 13a5043a9ebaa63e9b5085ed270352d8aaf32cea | [log] [tgz] |
---|---|---|
author | Gaetan Rivet <grive@u256.net> | Fri Feb 21 18:13:44 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 27 09:39:37 2020 +0200 |
tree | 104e715eb473d9f8bed7c134cec9be97851d2583 | |
parent | 05d692dc095dde587fea94270ae97e97d23e7c3f [diff] |
MINOR: checks/vars: Add a check scope for variables Add a dedicated vars scope for checks. This scope is considered as part of the session scope for accounting purposes. The scope can be addressed by a valid session, even embryonic. The stream is not necessary. The scope is initialized after the check session is created. All variables are then pruned before the session is destroyed.