Closed
Bug 92804
Opened 23 years ago
Closed 23 years ago
nsDownloader does not need to copy data.
Categories
(Core :: Networking, defect)
Tracking
()
VERIFIED
FIXED
mozilla0.9.4
People
(Reporter: dougt, Assigned: dougt)
Details
(Keywords: perf)
Attachments
(1 file)
|
2.34 KB,
patch
|
Details | Diff | Splinter Review |
nsDownloader does not need to Read() data out of the inputstream (which it does just tosses away). It can use ReadSegments instead.
| Assignee | ||
Comment 1•23 years ago
|
||
| Assignee | ||
Updated•23 years ago
|
Target Milestone: --- → mozilla0.9.4
Comment 2•23 years ago
|
||
r=pavlov
Comment 3•23 years ago
|
||
sr=darin
| Assignee | ||
Comment 4•23 years ago
|
||
Fix checked in. Checking in nsDownloader.cpp; /cvsroot/mozilla/netwerk/base/src/nsDownloader.cpp,v <-- nsDownloader.cpp new revision: 1.10; previous revision: 1.9 done Checking in nsDownloader.h; /cvsroot/mozilla/netwerk/base/src/nsDownloader.h,v <-- nsDownloader.h new revision: 1.4; previous revision: 1.3 done
| Assignee | ||
Comment 5•23 years ago
|
||
x
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•