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

can not download a file over 2GB #105

Closed
yezhou opened this issue Jul 9, 2018 · 1 comment
Closed

can not download a file over 2GB #105

yezhou opened this issue Jul 9, 2018 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@yezhou
Copy link

yezhou commented Jul 9, 2018

it seems like a file length int32 problem. the task.progress can not report correctly when a file is over 2gb. both ios and android are not working.

when the content length over 2gb, the total length of content( second parameter of the progress function) will show a negative number.

it should be a classic problem, which use int32 in the code. please find a way to fix it, thanks!

@Traviskn
Copy link

It sounds like you may know how to fix this problem. We are always open to PRs 😄

@Traviskn Traviskn added bug Something isn't working help wanted Extra attention is needed labels Jul 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants