info.max_http_header_data = 65535; (#1088)

This commit is contained in:
Olivier Van Rompuy
2023-04-27 04:32:06 +02:00
committed by GitHub
parent 23eb4d3f1f
commit 945462a45a

View File

@@ -321,7 +321,7 @@ int main(int argc, char **argv) {
#ifndef LWS_WITHOUT_EXTENSIONS
info.extensions = extensions;
#endif
info.max_http_header_data = 20480;
info.max_http_header_data = 65535;
int debug_level = LLL_ERR | LLL_WARN | LLL_NOTICE;
char iface[128] = "";