Closed GoogleCodeExporter closed 9 years ago
This is because of the config line size limit of 512 characters. Take a look at
main.c:
static void process_command_line_arguments(char *argv[], char **options) {
char line[512], opt[512], val[512], *p;
I've changed it to 8192 bytes instead,
https://code.google.com/p/mongoose/source/detail?r=77615121d235b5e703a3e2692e1b5
e67ebb0dd8f
Original comment by valenok
on 31 Oct 2011 at 11:16
Original issue reported on code.google.com by
jwg...@googlemail.com
on 31 Oct 2011 at 7:25