mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04:00
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