esp-idf/components/esp_http_client
Mahavir Jain 62884dae3a
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-26 10:11:33 +05:30
..
include esp_http_client: Add new status code 303 and 308 2022-04-11 09:42:47 +05:30
lib
test http: Fix parsing invalid url cause to crash 2021-12-31 14:40:21 +08:00
CMakeLists.txt
Kconfig
component.mk
esp_http_client.c esp_http_client: free cached data in case connection gets closed for redirection 2022-10-26 10:11:33 +05:30