esp_http_client_perform() contains a Code:Select all do{}while(client->process_again) loop. I think it's stuck there. How can I make the client abort if the connection is not available? Is there a way to counteract this phenomenon?
Re: WIFI connects but esp_http_client_perform error by Ritesh » Thu Feb 14, 2019 5:02 pm mairswartz wrote: ↑ Thu Feb 14, 2019 4:57 am Thanks for the reply Ritesh. I am using a freshly built environment and just got the latest off GitHub winch I believe is v3.3. Unfortunately...
esp_err_t error=esp_http_client_perform(client); if(error==ESP_OK){ cJSON*json=cJSON_Parse(Otadrv.RCV_Buff); if(json==NULL){ DEBUG_LOG_OTA("Invalid JSON"); }else{ cJSON*boot_hash=cJSON_GetObjectItemCaseSensitive(json,"boot_hash"); ...
github-actions bot changed the title A stack overflow in task *** while running esp_http_client_perform on large HTTP header A stack overflow in task *** while running esp_http_client_perform on large HTTP header (IDFGH-3148) Apr 21, 2020 Collaborator Alvin1Zhang commented Apr 23, 2020...
I am using esp_http_client librairy to post data to server. please refer following link, I am using same code given in link. https://www.esp32.com/viewtopic.php?f=2&t=8102#p34049 I am stucked in this issue from very long time. not getting any solution or no response from forum...
Re: WIFI connects but esp_http_client_perform error PostbyRitesh»Thu Feb 14, 2019 5:02 pm mairswartzwrote:↑ Thu Feb 14, 2019 4:57 am Thanks for the reply Ritesh. I am using a freshly built environment and just got the latest off GitHub winch I believe is v3.3. ...