]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: lua: add set/get priv for applets
authorThierry FOURNIER <tfournier@arpalert.org>
Fri, 25 Dec 2015 00:33:18 +0000 (01:33 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 25 Dec 2015 09:34:28 +0000 (10:34 +0100)
commit8db004cbf49ea2bd8da736928bf6bc2fbe71fdf1
tree15790cda7711e7e7cf4988f375d1860ea67fbac6
parente34a78e5ce14c86ff4f211b76e716533b20608d8
MINOR: lua: add set/get priv for applets

The applet can't have access to the session private data. This patch
fix this problem. Now an applet can use private data stored by actions
and fecthes.
doc/lua-api/index.rst
src/hlua.c