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

Receiving no data in Updater is an error #7729

Merged
merged 3 commits into from
Dec 1, 2020
Merged

Conversation

earlephilhower
Copy link
Collaborator

Fixes #7721 by adding a new error code for when Update::end is called
without any progress at all being made (i.e. no data actually ::write()
to the Update object.

Fixes esp8266#7721 by adding a new error code for when Update::end is called
without any progress at all being made (i.e. no data actually ::write()
to the Update object.
@earlephilhower
Copy link
Collaborator Author

@rejnok93, can you please try this PR out and update with your results?

@rejnok93
Copy link

Yes it is solved, great, thanks, I can prove this PR working

Copy link
Collaborator

@d-a-v d-a-v left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@d-a-v d-a-v merged commit 2e4563c into esp8266:master Dec 1, 2020
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.

[ESP8266HTTPUpdateServer library] [WebUpdate example] false "Update Success" response if no file selected
3 participants