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

Fix HTTPClient persistance issue for HTTP1.1 see ESP8266 issue #6152 #2851

Merged
merged 1 commit into from
Jun 5, 2019

Conversation

Jeroen88
Copy link
Contributor

@Jeroen88 Jeroen88 commented Jun 2, 2019

HTTPClient's Persistence support does not follow the RFC 2068 standard for HTTP 1.1 but follows HTTP 1.0 instead. This issue was found by @jpboucher for the ESP8266. With this PR it is fixed for the ESP32 too.

@Jeroen88 Jeroen88 changed the title Fix persistance issue found, see ESP8266 issue #6152 Fix HTTPCLient persistance issue for HTTP1.1 see ESP8266 issue #6152 Jun 2, 2019
@Jeroen88 Jeroen88 changed the title Fix HTTPCLient persistance issue for HTTP1.1 see ESP8266 issue #6152 Fix HTTPClient persistance issue for HTTP1.1 see ESP8266 issue #6152 Jun 2, 2019
@me-no-dev me-no-dev merged commit 7d78247 into espressif:master Jun 5, 2019
@me-no-dev
Copy link
Member

Done! Thanks :)

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.

None yet

2 participants