mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-07 21:47:21 +00:00

This commit added new http state HTTP_STATE_CONNECTING, and made states public. Also added public API to get current state. Updated state flow in esp_http_client_perform() Closes https://github.com/espressif/esp-idf/issues/16019