Closed
Bug 77736
Opened 24 years ago
Closed 24 years ago
cache transports need to report progress
Categories
(Core :: Networking: Cache, defect)
Core
Networking: Cache
Tracking
()
VERIFIED
FIXED
mozilla1.0
People
(Reporter: darin.moz, Assigned: darin.moz)
Details
when a http (or other cache clients) read from the cache, they need to attach
their notificationCallbacks to the cache's data transport for progress reporting
purposes.
work needs to be done in three areas:
1) make nsCacheEntryDescriptor::nsTransportWrapper pass notificationCallbacks
down to its underlying transport.
2) make nsStorageTransport use nsIProgressEventSink
3) make http set its notificationCallbacks on the transport it gets from the
cache.
Assignee | ||
Updated•24 years ago
|
Target Milestone: --- → mozilla1.0
Assignee | ||
Comment 1•24 years ago
|
||
i believe this was fixed by one or more other bugs.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 2•23 years ago
|
||
Verified per darin's comment.
Status: RESOLVED → VERIFIED
QA Contact: tever → junruh
You need to log in
before you can comment on or make changes to this bug.
Description
•