Open
Bug 1839177
Opened 1 years ago
Updated 8 months ago
In nsUnknownDecoder::ConvertEncodedData OnStopRequest won't be called in some cases after OnStartRequest
Categories
(Core :: Networking: HTTP, defect, P2)
Core
Networking: HTTP
Tracking
()
NEW
People
(Reporter: manuel, Unassigned)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [necko-triaged][has-patch])
Attachments
(1 obsolete file)
Also discussed after the patch introducing this landed: https://bugzilla.mozilla.org/show_bug.cgi?id=1418545#c10
Reporter | ||
Comment 1•1 years ago
|
||
The contract is that after calling OnStartRequest once we then MUST call OnStopRequest, once.
Updated•1 years ago
|
Assignee: nobody → manuel
Status: NEW → ASSIGNED
Updated•1 years ago
|
Attachment #9339844 -
Attachment description: Bug 1839177 - Always call OnStopRequest after OnStartRequest even with failures in OnDataAvailable r=#necko → Bug 1839177 - Always call OnStopRequest after OnStartRequest even with failures in OnDataAvailable in nsUnknownDecoder::ConvertEncodedData r=#necko
Pushed by mbucher@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5276a2dbe3d2
Always call OnStopRequest after OnStartRequest even with failures in OnDataAvailable in nsUnknownDecoder::ConvertEncodedData r=necko-reviewers,kershaw
Comment 3•1 year ago
|
||
Backed out for causing wpt failures in /fetch/content-encoding/bad-gzip-body.any.worker.html
Backout link: https://hg.mozilla.org/integration/autoland/rev/936de0ebea835b1d1ac7899f4c1f1d69deb9ed44
Failure log -> TEST-UNEXPECTED-FAIL | /fetch/content-encoding/bad-gzip-body.any.worker.html
Flags: needinfo?(manuel)
Reporter | ||
Updated•1 year ago
|
Flags: needinfo?(manuel)
Reporter | ||
Updated•8 months ago
|
Assignee: manuel → nobody
Status: ASSIGNED → NEW
Whiteboard: [necko-triaged] → [necko-triaged][necko-priority-new]
Updated•8 months ago
|
Attachment #9339844 -
Attachment is obsolete: true
Updated•8 months ago
|
Blocks: necko-tech-debt
Whiteboard: [necko-triaged][necko-priority-new] → [necko-triaged][has-patch]
You need to log in
before you can comment on or make changes to this bug.
Description
•