Skip to content

Fixed download issue that Terminus made happen more frequently#331

Open
bitbank2 wants to merge 1 commit intomainfrom
download_fix
Open

Fixed download issue that Terminus made happen more frequently#331
bitbank2 wants to merge 1 commit intomainfrom
download_fix

Conversation

@bitbank2
Copy link
Copy Markdown
Collaborator

This problem is due to the ESP32 HTTP library not returning the number of bytes requested and the HTTP connection closing (probably by the server) BEFORE the data has fully been read out. The two changes to the download logic: reading 1 byte at a time and ignoring the connection status, fix the issue

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.

1 participant