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

Socket download function improvements #785

Merged
merged 2 commits into from
Dec 4, 2023

Conversation

andreagilardoni
Copy link
Contributor

@andreagilardoni andreagilardoni commented Dec 1, 2023

In this PR I split the download function into 2 versions:

  • version 1: the old one that downloads a file and stores it on the fs
  • version 2: download a file and allow the user to specify a callback to handle the incoming body buffer

This is required to perform LZSS decompression on the fly

version 1: the old one that downloads a file and stores it on the fs
version 2: download a file and allow the user to specify a callback to
  handle the incoming body buffer
@facchinm
Copy link
Member

facchinm commented Dec 4, 2023

LGTM! Thanks!

@facchinm facchinm merged commit 8c88c20 into arduino:main Dec 4, 2023
11 checks passed
@andreagilardoni andreagilardoni deleted the socket-additions branch December 5, 2023 13:58
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.

2 participants