Skip to content
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

HTTPClient: Support for Transfer-Encoding headers that specify "identify" #5486

Merged
merged 1 commit into from
Aug 2, 2021

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