Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5a8939e

Browse files
Raise CONFIG_HTTPD_MAX_REQ_HDR_LEN to 1024
Fixes: espressif#52
1 parent 9819b81 commit 5a8939e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎sdkconfig.esp32‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
649649
CONFIG_HTTPD_MAX_URI_LEN=512
650650
CONFIG_HTTPD_ERR_RESP_NO_DELAY=y
651651
CONFIG_HTTPD_PURGE_BUF_LEN=32

‎sdkconfig.esp32c3‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
670670
CONFIG_HTTPD_MAX_URI_LEN=512
671671
CONFIG_HTTPD_ERR_RESP_NO_DELAY=y
672672
CONFIG_HTTPD_PURGE_BUF_LEN=32

‎sdkconfig.esp32s2‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
502502
CONFIG_HTTPD_MAX_URI_LEN=512
503503
CONFIG_HTTPD_ERR_RESP_NO_DELAY=y
504504
CONFIG_HTTPD_PURGE_BUF_LEN=32

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /