mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-12-16 02:43:47 +08:00
feat(http): Modify for esp8266
This commit is contained in:
@@ -14,4 +14,10 @@ menu "ESP HTTP client"
|
||||
This option will enable HTTP Basic Authentication. It is disabled by default as Basic
|
||||
auth uses unencrypted encoding, so it introduces a vulnerability when not using TLS
|
||||
|
||||
config HTTP_BUF_SIZE
|
||||
int "Default HTTP Buffer Size (both send and receive)"
|
||||
default 512
|
||||
range 512 1460
|
||||
help
|
||||
Set HTTP Buffer Size. The larger buffer size will make send and receive more size packet once.
|
||||
endmenu
|
||||
|
||||
Reference in New Issue
Block a user