mirror of
https://github.com/tsl0922/ttyd.git
synced 2025-12-25 13:14:18 +01:00
info.max_http_header_data = 65535; (#1088)
This commit is contained in:
committed by
GitHub
parent
23eb4d3f1f
commit
945462a45a
@@ -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] = "";
|
||||
|
||||
Reference in New Issue
Block a user