commit | 9be813f8612eb7480bf4e1b34bd5a1f055641867 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@haproxy.com> | Mon Feb 16 20:21:12 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Feb 28 23:12:35 2015 +0100 |
tree | 2c6cf2179d90094e72d47fce235d9d807bbf185e | |
parent | fa0e5dd217ff6d55d269e47e4aa3854682481b23 [diff] |
MINOR: lua: register and execute converters in LUA This patch permits to write LUA converters. Note that all the converters declared trough LUA are automatically prefixed by "lua.". The Lua converters needs the current session to be executed, but the writed and executed Lua code must be static and contextless. The TXN object is not created for the converters.