esp_http_client: fix CI issues & return value

This commit is contained in:
Roland Dobai
2019-08-28 16:17:28 +05:30
committed by Mahavir Jain
parent 7d28c02fd5
commit cc3ba7186f
3 changed files with 17 additions and 4 deletions

View File

@@ -245,6 +245,7 @@ esp_err_t esp_http_client_get_header(esp_http_client_handle_t client, const char
*
* @return
* - ESP_OK
* - ESP_ERR_INVALID_ARG
*/
esp_err_t esp_http_client_get_username(esp_http_client_handle_t client, char **value);