commit | ba9e21dc68044e2ce5ffce317e8786f1079f6fee | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Feb 25 10:20:04 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Aug 12 08:57:07 2021 +0200 |
tree | f4f0f57f52dab623af7f3fced11a0a0266094ad1 | |
parent | 03fb1b26f739487a49e5fe0f40ae85fb5296b4f8 [diff] |
MINOR: lua: Add a function to get a reference on a table in the stack The hlua_checktable() function may now be used to create and return a reference on a table in stack, given its position. This function ensures it is really a table and throws an exception if not. This patch is mandatory to allow the support of the filters written in lua.