esp-idf/components/esp_http_client
David Cermak 7c012e3fe1 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-07 08:33:44 +02:00
..
include Merge branch 'contrib/github_pr_10715' into 'master' 2023-03-21 14:07:31 +08:00
lib all: Removes unnecessary newline character in logs 2023-06-09 03:31:21 +08:00
test_apps feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
CMakeLists.txt lwip/linux: Add lwip support for networking component under linux 2023-05-05 05:03:39 +00:00
esp_http_client.c fix(http_client): Set common tcp config to both TCP and SSL transport 2023-09-07 08:33:44 +02:00
Kconfig esp_http_client: Disable HTTP digest auth by default 2021-10-29 18:14:22 +08:00