PANIC in conn:send :(init.lua:98: need <256 payload)
Posted: Wed Dec 03, 2014 6:29 pm
In the lhhtpd webserver I get the following PANIC error when I want to send a later set of chars with conn:send.
It does not look like an error caused by lhttpd, I assume in the Lua API there's a limit of 256 chars.
Code: Select all
PANIC: unprotected error in call to Lua API (init.lua:98: need <256 payload)
It does not look like an error caused by lhttpd, I assume in the Lua API there's a limit of 256 chars.