Closed
Bug 83188
Opened 23 years ago
Closed 23 years ago
Downloads become corrupted when download!
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
People
(Reporter: fleona, Assigned: dougt)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.4.3-20mdk i686; en-US; rv:0.9+)
Gecko/20010528
BuildID: 2001052808
I went to that url and the tar.gz file becomes corrupted. This has happened with
all tar.gz files. I think mozilla is downloading them in ascii mode
Reproducible: Always
Steps to Reproduce:
1.Go to the url
2.Download the file
3.Open it
Actual Results: [espectro@fjl espectro]$ tar -zxvf scanner-1.01.tar.gz
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error exit delayed from previous errors
Expected Results: A file that is not corrupted
Comment 1•23 years ago
|
||
This is probably a duplicate of bug 35956
It seems that when Mozilla saves a .gz file it automatically decompresses it, so
what you have is not a corrupted .gz file, you have an uncompressed .tar file
that is still just NAMED .gz
yes, dup. This worked for a while, in between battles, but regressed again some
weeks ago.
*** This bug has been marked as a duplicate of 35956 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•