We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Chunked HTTP responses are not parsed in the ESP8266HTTPClient lib leading to confusing return data from a http.getString() call.
Sample URL with chunked data. http://api.openweathermap.org/data/2.5/weather?q=London,uk&appid=2de143494c0b295cca9337e1e96b00e0
ESP8266HTTPClient should abstract this in the implementation
https://en.wikipedia.org/wiki/Chunked_transfer_encoding
The text was updated successfully, but these errors were encountered:
will implement it, after I finish my WiFi code rework.
Sorry, something went wrong.
add CHUNKED encoding support too http client (esp8266#1324)
cc00376
HTTP Client - fix examples increase default timeout to 5000ms
Released in 2.1.0
No branches or pull requests
Chunked HTTP responses are not parsed in the ESP8266HTTPClient lib leading to confusing return data from a http.getString() call.
Sample URL with chunked data.
http://api.openweathermap.org/data/2.5/weather?q=London,uk&appid=2de143494c0b295cca9337e1e96b00e0
ESP8266HTTPClient should abstract this in the implementation
https://en.wikipedia.org/wiki/Chunked_transfer_encoding
The text was updated successfully, but these errors were encountered: