mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-31 10:06:32 +03: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