avarun42 / arora-wiki

Automatically exported from code.google.com/p/arora
0 stars 0 forks source link

Finished downloads show incorrect amount of downloaded data #864

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Arora 0.10.2 uses a timer to limit the frequency of download item updates. 
However, if the 
download finishes between timer ticks, the "bytes received" counter is not 
updated and 
incorrect amount of downloaded data is shown.

An example can be seen on the attached screenshot.

Original issue reported on code.google.com by cmaks...@gmail.com on 19 Mar 2010 at 2:18

Attachments:

GoogleCodeExporter commented 9 years ago
The download is displayed as "stopped" for the very same reason — since the 
"bytes received" counter 
is not updated, its value is less than size of the file and the item "thinks" 
the file isn't completely 
downloaded.

Original comment by cmaks...@gmail.com on 19 Mar 2010 at 2:24