Skip to content

HTTPClient does not support chunked HTTP responses #1324

Closed
@furyfire

Description

@furyfire

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions