]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: lua: Allow reading "proc." scoped vars from LUA core.
authorDaan van Gorkum <djvg@djvg.net>
Wed, 12 Jul 2023 05:11:24 +0000 (13:11 +0800)
committerWilly Tarreau <w@1wt.eu>
Thu, 20 Jul 2023 08:55:28 +0000 (10:55 +0200)
commitf034139bc0cef7725cae54ce155e09969bfa9dce
tree141622445fbf9f9574616e812c9e8ee05f8035d4
parent083f917fe28d0c9c6c8e7f635d0edda062928f80
MINOR: lua: Allow reading "proc." scoped vars from LUA core.

This adds the "core.get_var()" method allow the reading
of "proc." scoped variables outside of TXN or HTTP/TCPApplet.

Fixes: #2212
Signed-off-by: Daan van Gorkum <djvg@djvg.net>
doc/lua-api/index.rst
src/hlua.c