mirror of
https://github.com/tsl0922/ttyd.git
synced 2026-01-09 12:24:21 +01:00
Update max_heaser_data deafult from 4K to 20K (#163)
This commit is contained in:
committed by
Shuanglei Tao
parent
7ee47dee4c
commit
7f7bf3cc89
@@ -240,6 +240,7 @@ main(int argc, char **argv) {
|
||||
info.max_http_header_pool = 16;
|
||||
info.options = LWS_SERVER_OPTION_VALIDATE_UTF8 | LWS_SERVER_OPTION_DISABLE_IPV6;
|
||||
info.extensions = extensions;
|
||||
info.max_http_header_data = 20480;
|
||||
|
||||
int debug_level = LLL_ERR | LLL_WARN | LLL_NOTICE;
|
||||
char iface[128] = "";
|
||||
|
||||
Reference in New Issue
Block a user