ufairiya / mongoose

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

"Content-Range" has wrong entity length #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Initialize file downloading from mongoose;
2. Stop the downloading before it finished;
3. Restart the downloading;
4. The Content-Range has the left length of the downloading file as entity
length.

What is the expected output? What do you see instead?
Content-Range should has an entity length filled as the file total length.

What version of the product are you using? On what operating system?
2.5, Windows XP SP3

Please provide any additional information below.

Original issue reported on code.google.com by yiwang...@gmail.com on 10 Apr 2009 at 2:52

GoogleCodeExporter commented 9 years ago
Thanks for reporting!
Fixed and submitted http://code.google.com/p/mongoose/source/detail?r=336
Test updated to include entity length checking.

Original comment by valenok on 9 May 2009 at 7:39