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

Files bugger than 4 gb not supported #18

Closed
GoogleCodeExporter opened this issue Nov 13, 2015 · 2 comments
Closed

Files bugger than 4 gb not supported #18

GoogleCodeExporter opened this issue Nov 13, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. create a file bigger than 4 gigabytes
2. try to download it
3. the size reported will be the actual size minus 4 gigabytes

What is the expected output? What do you see instead?
Read step 3

What version of the product are you using? On what operating system?
2.3 windows xp ntfs filesystem

Please provide any additional information below.
You are using 32 bit sized variables that are not enough for more than 2^32
bytes

Original issue reported on code.google.com by sz7...@gmail.com on 24 Feb 2009 at 6:49

@GoogleCodeExporter
Copy link
Author

Not accepting yet, need to verify under Windows XP.
Under UNIX (linux, macos) files over 4G are handled correctly.

Original comment by valenok on 22 Mar 2009 at 11:14

@GoogleCodeExporter
Copy link
Author

Verified for Windows XP.
Fixed by
http://code.google.com/p/mongoose/source/detail?r=249
http://code.google.com/p/mongoose/source/detail?r=250

Original comment by valenok on 25 Mar 2009 at 10:54

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant