Hello!
On Thu, Apr 11, 2013 at 4:13 AM, Calin Don wrote:
> Hi is there any reason why table {bar = {32, true}, foo = 3} is not valid
> for serialization as request arguments and throws "attempt to use boolean as
> query arg value"?
>
> It can be serialized as bar=32&bar&foo=3
>
Thank you for the report! Just committed a patch to fix this:
https://github.com/chaoslawful/lua-nginx-module/commit/4e8c4bf
Please try out the latest git master of ngx_lua :)
Thanks!
-agentzh