After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 402430 - Incomplete downloads marked as complete
Incomplete downloads marked as complete
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: Downloads
unspecified
Other All
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Marco Pesenti Gritti
Depends on: 142693
Blocks:
 
 
Reported: 2007-01-30 13:35 UTC by lsof
Modified: 2011-04-01 17:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description lsof 2007-01-30 13:35:41 UTC
Please describe the problem:
Downloads that are in progress have the .part extension to signify that they are not complete.

Unfortunately, if the remote server dies for whatever reason (overloaded, etc), the download finishes, and the incomplete file has the .part extension removed.

Since we know the download is incomplete, we should not mark the download as complete by removing the .part extension.

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
This could either be done by comparing file length with file length returned from the server (if given), or by not renaming files unless the transfer finishes successfully.
Comment 1 trollord 2007-07-17 13:41:52 UTC
http://bugzilla.gnome.org/show_bug.cgi?id=142693 related again?
Comment 2 Diego Escalante Urrelo (not reading bugmail) 2011-04-01 17:09:01 UTC
We don't do .part anymore.