You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This never returns if the body ends in any other character. Perhaps this should read into a buffer based on the content length? I'll have a go at fixing the issue if you think it's the appropriate solution?
The text was updated successfully, but these errors were encountered:
I noticed my GET requests were talking over 15 seconds. I tracked down the issue to the use of
readStringUntil
:https://github.com/instanceofMA/arduino-fetch/blob/main/src/Fetch.cpp#L132
This never returns if the body ends in any other character. Perhaps this should read into a buffer based on the content length? I'll have a go at fixing the issue if you think it's the appropriate solution?
The text was updated successfully, but these errors were encountered: