Search found 1 match

by giovantenne
Thu Feb 23, 2023 9:55 am
Forum: ESP-IDF
Topic: Random incomplete httpclient GET response body
Replies: 0
Views: 967

Random incomplete httpclient GET response body

Hello guys, I randomly receive an incomplete responsebody when I use httpclient for a GET request I'm using platformIO platform = espressif32@4.4.0 framework = arduino Here is the code: HTTPClient http; http.begin("https://api.coingecko.com/api/v3/coins/markets.json?vs_currency=usd&order=market_cap_...