esp-idf/components/esp_http_client
David Cermak 1363566b73 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-25 14:56:55 +02:00
..
include Merge branch 'contrib/github_pr_10715' into 'master' 2023-03-21 14:07:31 +08:00
lib esp_http_client: fix coverity issue. free auth_str before going out of scope 2023-01-11 16:57:04 +05:30
test_apps ci: update test apps to use run_all_single_board_cases 2023-03-10 14:27:09 +08:00
CMakeLists.txt esp_http_client: remove dependency of esp_stubs from esp_http_client. Add esp_event stubs in linux component 2023-03-15 11:48:11 +05:30
esp_http_client.c fix(http_client): Set common tcp config to both TCP and SSL transport 2023-09-25 14:56:55 +02:00
Kconfig esp_http_client: Disable HTTP digest auth by default 2021-10-29 18:14:22 +08:00