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: Deno Chunk Upload #428

Merged
merged 2 commits into from
May 12, 2022
Merged

Fix: Deno Chunk Upload #428

merged 2 commits into from
May 12, 2022

Conversation

Meldiron
Copy link
Contributor

Currently, if you upload a 7MB file, the whole 10MB is uploaded, the rest of the data being zeros:

CleanShot 2022-04-20 at 13 18 27

This PR fixes the issue and shrinks the buffer to remove zeros, making the file exact size.

@TorstenDittmann TorstenDittmann merged commit 2711b47 into master May 12, 2022
@TorstenDittmann TorstenDittmann deleted the fix-deno-chunk-upload branch May 12, 2022 19:23
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