commit | 4a53bfdc1de46c78a23eabdefc4b418cff7d0403 | [log] [tgz] |
---|---|---|
author | Thierry Fournier <thierry.fournier@ozon.io> | Fri May 27 16:35:01 2016 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Jun 08 10:33:27 2016 +0200 |
tree | 22d19993b90411fb61c6aa50ad09278e32e24b5e | |
parent | 8225bb45779e4cc1bc64169d3a1ab2ff3d2b6af8 [diff] |
BUG/MEDIUM: lua: converters doesn't work The number of arguments pushed in the stack are false, so we try to execute a function out of the stack. This function is always a nil pointer, so the following message is displayed. Lua converter 'testconv': runtime error: attempt to call a nil value. Thanks Michael Ezzell for the repporting. This patch must be backported in the 1.6 version.