fix(http hdr) increase hdr tp 1024 B in case some browser send big header
This commit is contained in:
parent
eccb1aad49
commit
1eef5dcecf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue