Cédric

Results 2 comments of Cédric

I got the same problem, but it seems that it comes from lua version: in 5.1: ``` lua t = {} table.insert(t, 1, nil) print(#t) --> 0, but table.insert(t, 2,...

I disagree, if you use: `table_insert(parsers, reply.parser)` and `reply.parser` is `nil` (and that seems to be the case), your table won't change and the next parser you add in parsers...