File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -645,7 +645,7 @@ CONFIG_ESP_HTTP_CLIENT_ENABLE_DIGEST_AUTH=y
645645#
646646# HTTP Server
647647#
648- CONFIG_HTTPD_MAX_REQ_HDR_LEN=512
648+ CONFIG_HTTPD_MAX_REQ_HDR_LEN=1024
649649CONFIG_HTTPD_MAX_URI_LEN=512
650650CONFIG_HTTPD_ERR_RESP_NO_DELAY=y
651651CONFIG_HTTPD_PURGE_BUF_LEN=32
Original file line number Diff line number Diff line change @@ -666,7 +666,7 @@ CONFIG_ESP_HTTP_CLIENT_ENABLE_DIGEST_AUTH=y
666666#
667667# HTTP Server
668668#
669- CONFIG_HTTPD_MAX_REQ_HDR_LEN=512
669+ CONFIG_HTTPD_MAX_REQ_HDR_LEN=1024
670670CONFIG_HTTPD_MAX_URI_LEN=512
671671CONFIG_HTTPD_ERR_RESP_NO_DELAY=y
672672CONFIG_HTTPD_PURGE_BUF_LEN=32
Original file line number Diff line number Diff line change @@ -498,7 +498,7 @@ CONFIG_ESP_HTTP_CLIENT_ENABLE_DIGEST_AUTH=y
498498#
499499# HTTP Server
500500#
501- CONFIG_HTTPD_MAX_REQ_HDR_LEN=512
501+ CONFIG_HTTPD_MAX_REQ_HDR_LEN=1024
502502CONFIG_HTTPD_MAX_URI_LEN=512
503503CONFIG_HTTPD_ERR_RESP_NO_DELAY=y
504504CONFIG_HTTPD_PURGE_BUF_LEN=32
You can’t perform that action at this time.
0 commit comments