commit | 7f3aa8b62f645fb2e60158fa5e4129ed5e7a8ef4 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER / OZON.IO <thierry.fournier@ozon.io> | Thu Nov 24 20:37:38 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Nov 24 21:35:10 2016 +0100 |
tree | 723ff6b6ed1007ba37691ac9d0bfe29f589c1624 | |
parent | e365815007d28efa06abf257fab53111828eba20 [diff] |
MINOR: lua: add utility function for check boolean argument Strangely, the Lua API doesn't provides a function like luaL_checkboolean(). This little function add this one.