ufairiya / mongoose

Automatically exported from code.google.com/p/mongoose
MIT License
0 stars 0 forks source link

Files bugger than 4 gb not supported #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
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 commented 9 years ago
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