Skip to content

Commit

Permalink
info.max_http_header_data = 65535; (#1088)
Browse files Browse the repository at this point in the history
  • Loading branch information
oli4vr committed Apr 27, 2023
1 parent 23eb4d3 commit 945462a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.c
Expand Up @@ -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] = "";
Expand Down

0 comments on commit 945462a

Please sign in to comment.