esp-idf/components/esp_http_client
Mahavir Jain 67e080471f
esp_http_client: free cached data in case connection gets closed for redirection
In case of `esp_http_client_read` based workflow, we cache data that is received
during fetch header stage. In case, there is URL redirection and we have to close
the connection on URL, port change then we must discard earlier cached data.

Closes AUD-4158
2022-10-20 12:45:06 +05:30
..
include esp_http_client: Added support to set server common name. 2022-09-13 05:31:43 +00:00
lib esp_http_client: fix few coverity warnings 2022-10-10 15:22:23 +05:30
test_apps ci: Migrate unit-test for esp_http_client to component-test-apps 2022-08-22 16:57:32 +05:30
CMakeLists.txt build system: re-add -Wno-format as private flag for some components 2022-08-03 16:42:47 +04:00
esp_http_client.c esp_http_client: free cached data in case connection gets closed for redirection 2022-10-20 12:45:06 +05:30
Kconfig esp_http_client: Disable HTTP digest auth by default 2021-10-29 18:14:22 +08:00