Skip to content

HTTPClient does not support chunked HTTP responses #1324

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

Closed
furyfire opened this issue Dec 29, 2015 · 2 comments
Closed

HTTPClient does not support chunked HTTP responses #1324

furyfire opened this issue Dec 29, 2015 · 2 comments

Comments

@furyfire
Copy link

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

@Links2004
Copy link
Collaborator

will implement it, after I finish my WiFi code rework.

Links2004 added a commit to Links2004/Arduino that referenced this issue Dec 30, 2015
HTTP Client - fix examples
increase default timeout to 5000ms
@igrr
Copy link
Member

igrr commented Feb 29, 2016

Released in 2.1.0

@igrr igrr closed this as completed Feb 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants