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 download issue with file size 2GB+ #409

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

deepktp
Copy link

@deepktp deepktp commented Mar 24, 2025

Issue #407

When downloading files larger then 2GB in progress we were getting total size as Int max and it is due to a condition to fix an bug in OKio.
There was a condition added to fix issue with OKio where body content length size grater then int.
this issue seems fixed in current versions of Okio so we removed that condition.

…value returned in progress fix for file size 2GB+
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