Closed
Bug 63247
Opened 24 years ago
Closed 24 years ago
nsIHTTPEventSink::OnRedirect needs to change its arguments...
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: mscott, Assigned: mscott)
Details
It passes in the original channel as an nsISupports. In the docloader we have to
know the original channel in order to make smart redirect notifications. So we
shouldn't obscure it as an Isupports we should make it a requirement.
Comment 1•24 years ago
|
||
I've just checked in a patch (attached to bug #63529) which fixes this...
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 2•22 years ago
|
||
verified per rpott'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
•