File tree 3 files changed +3
-3
lines changed
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
645
645
#
646
646
# HTTP Server
647
647
#
648
- CONFIG_HTTPD_MAX_REQ_HDR_LEN=512
648
+ CONFIG_HTTPD_MAX_REQ_HDR_LEN=1024
649
649
CONFIG_HTTPD_MAX_URI_LEN=512
650
650
CONFIG_HTTPD_ERR_RESP_NO_DELAY=y
651
651
CONFIG_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
666
666
#
667
667
# HTTP Server
668
668
#
669
- CONFIG_HTTPD_MAX_REQ_HDR_LEN=512
669
+ CONFIG_HTTPD_MAX_REQ_HDR_LEN=1024
670
670
CONFIG_HTTPD_MAX_URI_LEN=512
671
671
CONFIG_HTTPD_ERR_RESP_NO_DELAY=y
672
672
CONFIG_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
498
498
#
499
499
# HTTP Server
500
500
#
501
- CONFIG_HTTPD_MAX_REQ_HDR_LEN=512
501
+ CONFIG_HTTPD_MAX_REQ_HDR_LEN=1024
502
502
CONFIG_HTTPD_MAX_URI_LEN=512
503
503
CONFIG_HTTPD_ERR_RESP_NO_DELAY=y
504
504
CONFIG_HTTPD_PURGE_BUF_LEN=32
You can’t perform that action at this time.
0 commit comments