mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-02 13:45:46 +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