mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 21:24:32 +02:00
docs(esp_http_client): fix chunky function name
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user