Merge branch 'contrib/github_pr_16204' into 'master'

docs(esp_http_client): fix chunky function name (GitHub PR)

Closes IDFGH-15575

See merge request espressif/esp-idf!40212
This commit is contained in:
Mahavir Jain
2025-06-30 12:19:00 +05:30

View File

@@ -588,7 +588,7 @@ int esp_http_client_write(esp_http_client_handle_t client, const char *buffer, i
* @param[in] client The esp_http_client handle
*
* @return
* - (0) if stream doesn't contain content-length header, or chunked encoding (checked by `esp_http_client_is_chunked` response)
* - (0) if stream doesn't contain content-length header, or chunked encoding (checked by `esp_http_client_is_chunked_response`)
* - (-1: ESP_FAIL) if any errors
* - (-ESP_ERR_HTTP_EAGAIN = -0x7007) if call is timed-out before any data was ready
* - Download data length defined by content-length header