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 large files upload #112

Merged
merged 1 commit into from
Jun 4, 2024

Conversation

joseafga
Copy link
Contributor

@joseafga joseafga commented Jan 6, 2024

When I tried to send a file with 2.7GB it raised a arithmetic overflow.

This fix arithmetic overflow when uploading files larger than 2147483647 bytes (Int32).

Fixes arithmetic overflow when sending files larger than 2147483647
bytes (Int32).
@taylorfinnell taylorfinnell merged commit 62f38e2 into taylorfinnell:master Jun 4, 2024
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