Closed
Bug 979929
Opened 11 years ago
Closed 10 years ago
HTTP cache v2: consider using an internal redirect to load rest of the data when concurrent write interrupted
Categories
(Core :: Networking: Cache, defect)
Core
Networking: Cache
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: mayhemer, Unassigned)
References
(Blocks 1 open bug)
Details
As discovered in bug 960902, we may get to trouble when reading the rest of the data the initial writer failed to receive from the server. The subsequent range request in the same http channel is a ticking bomb IMO.
Better would be to do an internal redirect to load the rest of the data. It however probably means some special code on nsHttpChannel to allow external setup of a range request.
Reporter | ||
Comment 1•10 years ago
|
||
After OnStartRequest notification to the channel's listener we cannot redirect to a new channel and pass the listener to the new channel. Hence this whole idea is non-sense.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•