0
0
Fork 0

fix(http hdr) increase hdr tp 1024 B in case some browser send big header

This commit is contained in:
kerms 2024-04-20 12:58:02 +08:00
parent eccb1aad49
commit 1eef5dcecf
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ CONFIG_ESP_EVENT_POST_FROM_IRAM_ISR=y
#
# HTTP Server
#
CONFIG_HTTPD_MAX_REQ_HDR_LEN=512
CONFIG_HTTPD_MAX_REQ_HDR_LEN=1024
CONFIG_HTTPD_MAX_URI_LEN=256
CONFIG_HTTPD_ERR_RESP_NO_DELAY=y
CONFIG_HTTPD_PURGE_BUF_LEN=32