Closed
Bug 83439
Opened 24 years ago
Closed 24 years ago
Installer should default to HTTP downloads
Categories
(SeaMonkey :: Installer, defect)
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: bugzilla, Assigned: ssu0262)
References
Details
Attachments
(1 file)
656 bytes,
patch
|
Details | Diff | Splinter Review |
Since there are fewer problems with HTTP downloads than FTP downloads the
installer should default to HTTP download and not as current FTP download.
Fx my firewall doesn't allow FTP downloads.
Reporter | ||
Comment 1•24 years ago
|
||
Reporter | ||
Updated•24 years ago
|
in my experience, http downloads unreliable and definately slower.
There is also bug 35956.
Just because it works best for one person does not mean it is the best as a
default. That's why it is an option.
I agree with R.K. http is slower and not necessarily as reliable. The main
reason to use ftp as the default is because it handles large files better than
http.
bug 35956 looks like it refers to necko. The networking lib in the installer is
a different code base and does not automatically gunzip .gz files.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WONTFIX
Comment 5•23 years ago
|
||
Hello,
you say in your comment that "[...]The main reason to use ftp as the default is
because it handles large files better than http."
Why? HTTP knows a sophisticated technique Partial Content (as seen on RFC 2616
and used by RealDownload, Go!Zilla etc.) and IMHO in combination with ETags it
should handle large files very well... or did I miss something?
Comment 6•23 years ago
|
||
The server guys insist that ftp puts much less strain on the servers than http,
which becomes an issue every milestone when thousands of people try to grab the
files at once.
Reporter | ||
Comment 8•23 years ago
|
||
according to bonsai:
"updating installer to use http instead of ftp for downloading xpi files, does
not affect build, bugscape 16662, kysmith checking in as cltbld"
why? It's cool that it now defaults to HTTP, but why the suddent change?
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•