Closed
Bug 83692
Opened 24 years ago
Closed 23 years ago
libxpnet needs to use 1 connection to download all files
Categories
(SeaMonkey :: Installer, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: ssu0262, Assigned: ssu0262)
References
Details
Libxpnet currently opens (and closes) a new connection for every file it tries
to download. By using one open connection for all files, the download goes
faster.
This bug shouldn't be fixed until bug 83691 is fixed.
Comment 2•24 years ago
|
||
This is not a libxpnet bug. Libxpnet's nsFTPConn::Open() call opens a
connection and then the nsFTPConn::Get() call gets a file. If the install
wizards do not call nsFTPConn::Close(), but simply call nsFTPConn::Get() again
they will be reusing the connection.
This is by design. If there are bugs with this then they should be written up
separately. I think this bug as originally reported can be close dout. But
I'll let Syd investigate and make the call.
Syd,
I'd be delighted to work on this with Sean.
fixed
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 5•23 years ago
|
||
other bugs mentioned fixed/verified
verifying this one
Status: RESOLVED → VERIFIED
QA Contact: bugzilla → gbush
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•