mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-20 12:46:56 +00:00
As discussed in GitHub issue #624 Lua scripts should not use variables that are never going to be read, because the memory for variable names is never going to be freed. Add an optional `ifexist` parameter to the `set_var` function that allows a Lua developer to set variables that are going to be ignored if the variable name was not used elsewhere before. Usually this mean that there is no `var()` sample fetch for the variable in question within the configuration. |
||
---|---|---|
.. | ||
bad_http_clt_req_duration.lua | ||
bad_http_clt_req_duration.vtc | ||
close_wait_lf.lua | ||
close_wait_lf.vtc | ||
common.pem | ||
h_txn_get_priv.lua | ||
h_txn_get_priv.vtc | ||
lua_socket.lua | ||
lua_socket.vtc | ||
set_var.lua | ||
set_var.vtc | ||
txn_get_priv-print_r.lua | ||
txn_get_priv.lua | ||
txn_get_priv.vtc | ||
wrong_types_usage.lua | ||
wrong_types_usage.vtc |