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
lib
test_apps
CMakeLists.txt
Kconfig
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