Closed
Bug 1651661
Opened 5 years ago
Closed 4 years ago
`HttpChannelChild::Redirect3Complete` doesn't call the channel listener on failure
Categories
(Core :: Networking: HTTP, defect, P1)
Core
Networking: HTTP
Tracking
()
RESOLVED
FIXED
mozilla80
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: mayhemer, Assigned: mayhemer)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [necko-triaged])
Crash Data
Attachments
(1 file)
Calling CleanupRedirectingChannel(rv) releases the listener, but doesn't make sure OnStartRequest/OnStopRequest is called on it.
This has been introduced in bug 1294719.
Updated•5 years ago
|
Severity: -- → S3
Priority: -- → P1
Whiteboard: [necko-triaged]
Updated•5 years ago
|
Crash Signature: [@ mozilla::css::StreamLoader::~StreamLoader]
Comment 3•5 years ago
|
||
Seeing this crash whenever I try to load https://www.shopgoodwill.com/
See crashes
bp-cd0b16d2-f86c-4659-9724-b31cb0200710
bp-f5d30e97-16a6-4c3f-8453-947d70200710
bp-06d9cdab-2c79-486f-b400-f252c0200710
bp-f8c4c7dc-0005-4125-87b6-5921a0200710
bp-1832148d-d96a-419c-85b3-2c4d20200710
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → honzab.moz
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Assignee | ||
Comment 4•5 years ago
|
||
(In reply to Asif Youssuff from comment #3)
Seeing this crash whenever I try to load https://www.shopgoodwill.com/
Can you please check one of the build in this try run and check? Thanks.
Flags: needinfo?(yoasif)
Assignee | ||
Comment 6•5 years ago
|
||
Pushed by honzab.moz@firemni.cz:
https://hg.mozilla.org/integration/autoland/rev/5738fd341989
Make sure we fullfil the stream listnener contract when we cannot forward an otherwise successfull HTTP redirect, r=JuniorHsu,necko-reviewers
Comment 8•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
Updated•4 years ago
|
Keywords: regression
Updated•4 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•