Merge branch 'bugfix/update_default_value_of_config_httpd_req_hdr_len' into 'master'

fix(esp_https_server): Added default config for https_server example to update default header size

Closes IDF-11358

See merge request espressif/esp-idf!34330
This commit is contained in:
Mahavir Jain
2024-10-23 10:46:09 +08:00
2 changed files with 2 additions and 0 deletions

View File

@@ -1 +1,2 @@
CONFIG_ESP_HTTPS_SERVER_ENABLE=y
CONFIG_HTTPD_MAX_REQ_HDR_LEN=1024

View File

@@ -1,2 +1,3 @@
CONFIG_ESP_HTTPS_SERVER_ENABLE=y
CONFIG_HTTPD_MAX_REQ_HDR_LEN=1024
CONFIG_HTTPD_WS_SUPPORT=y