Left here for archival purposes.

User avatar
By gerardwr
#3949 In the lhhtpd webserver I get the following PANIC error when I want to send a later set of chars with conn:send.
Code: Select allPANIC: 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.
User avatar
By zeroday
#3952
gerardwr wrote:In the lhhtpd webserver I get the following PANIC error when I want to send a later set of chars with conn:send.
Code: Select allPANIC: 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.


It's from API. for memory consideration.
will change to 1460 in next build.