esp-idf/components/esp_http_client
David Cermak 05cde47281 fix(http_client): Set common tcp config to both TCP and SSL transport
Foundation transport contained TCP properties for both TCP and SSL
transport, so it was enough to set the TCP connection properties
(keepalive, interface binding) to one transport only. After merging
5778a7c7 we have separate TCP properties for these transports and need
to set the same for both.
This commit also fixes unnecessary allocation of 1 more byte for if_name

Closes https://github.com/espressif/esp-protocols/issues/322
2023-09-26 06:29:36 +02:00
..
include esp_http_client: Add new status code 303 and 308 2022-04-11 09:42:47 +05:30
lib Fix memory leak on error path in http_header_set_format 2021-07-23 17:48:45 +05:30
test http: Fix parsing invalid url cause to crash 2021-12-31 14:40:21 +08:00
CMakeLists.txt tcp_transport: Reduce lwip dependecy for tcp_transport/http_client 2021-02-16 09:01:35 +01:00
component.mk Add esp_http_client 2018-05-21 09:35:07 +07:00
esp_http_client.c fix(http_client): Set common tcp config to both TCP and SSL transport 2023-09-26 06:29:36 +02:00
Kconfig esp_http_client: Add config option for HTTP Digest auth 2021-03-23 11:58:35 +05:30