-
Notifications
You must be signed in to change notification settings - Fork 13.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.7.2 and up: http.getString(); returns empty String - 2.7.1 works #7523
Comments
I tried and can't reproduce.
What does this command report ?
|
Closing for now due to can't reproduce. |
|
Thanks - I'm assuming it is something about my setup - I'll keep on searching for the root cause |
The above curl output shows an incomplete http header coming back from your server.
|
@d-a-v - Thanks! I had no clue that I need to advance the length - but now all my devices run their requests at lightning speed! |
#7384 # Basic Infos
Platform
Settings in IDE
Problem Description
I have a very simple sketch that worked fine with ESP8266 board version 2.7.1 - but with 2.7.2 it just returns an empty string
This happened on a NodeMCU ESP-12E with the latest Adruino IDE (1.8.13 - Windows 10 Install (not the store version - if this is important) - since this is the only type I have right now, I cannot check it on different hardware. I tried two PCs - same result.
once I roll back to 2.7.1 it works - back to 2.7.2: empty string.
Am I doing something wrong or is this a bug in the latest releases?
MCVE Sketch
The text was updated successfully, but these errors were encountered: