lwip cgi help
Can anyone help me please?
I'm using LWIP and CGI SSI and http webserver. I've written an html form on my webserver that when submitted sends 16 parameters (each of 32 byte length) as a get. This crashes my webpage and the code never reaches the cgi handler.
The same code currently works however if I only send 12 parameters of the same format.
Thanks in advance.
Parameters I have tried increasing:
MEM_SIZE 10*1024 Byte(s)
LWIP_HTTPD_MAX_CGI_PARAMETERS 48
LWIP_HTTPD_MAX_TAG_LEN 48
LWIP_HTTPD_MAX_TAG_INSERT_LEN 1024
LWIP_HTTPD_MAX_REQUEST_URI_LEN 2048
LWIP_HTTPD_POST_MAX_RESPONSE_URI_LEN 2048
