commit | 85d79c94a93211b156ec644e164b178f5d7101fa | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Nov 09 16:54:56 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Nov 09 22:57:01 2016 +0100 |
tree | a18845c176eeb9f29f1689a94ea359c9a535f414 | |
parent | ff2613ed7adfe5b186fefbab49c9df7978418e2f [diff] |
MINOR: vars: Add 'unset-var' action/converter It does the opposite of 'set-var' action/converter. It is really useful for per-process variables. But, it can be used for any scope. The lua function 'unset_var' has also been added.