Skip to content

Conversation

t-oot
Copy link
Contributor

@t-oot t-oot commented Aug 1, 2021

In HTTPClient, if the Transfer-Encoding header is set to identity, an error (Transfer-Encoding not supported) will occur.

HTTPClient will consider the request as identity if the Transfer-Encoding header is not set. But it is also defined a response with identity explicitly set in the Transfer-Encoding header (ref:MDN Web Docs).

This pull request will allow the request to be processed normally even when identity is explicitly set. Please consider this fix.

@CLAassistant
Copy link

CLAassistant commented Aug 1, 2021

CLA assistant check
All committers have signed the CLA.

@me-no-dev me-no-dev merged commit 31127f4 into espressif:master Aug 2, 2021
@me-no-dev
Copy link
Member

Thanks @t-oot :)

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

Successfully merging this pull request may close these issues.

3 participants