Closed
Bug 1893219
Opened 10 months ago
Closed 9 months ago
Failing WPT fetch/content-length/too-long.window.html
Categories
(Core :: Networking, defect, P2)
Core
Networking
Tracking
()
RESOLVED
FIXED
127 Branch
Tracking | Status | |
---|---|---|
firefox127 | --- | fixed |
People
(Reporter: twisniewski, Assigned: twisniewski)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
We're simply throwing the wrong error here (AbortError vs TypeError) for this case. It should be enough to convert the NS_ERROR_NET_PARTIAL_TRANSFER we receive in ContinueConsumeBody here to an appropriate TypeError, so it doesn't fall back to using a generic AbortError.
Updated•10 months ago
|
Severity: -- → S4
Priority: -- → P2
Whiteboard: [necko-triaged]
Assignee | ||
Comment 1•10 months ago
|
||
Updated•10 months ago
|
Assignee: nobody → twisniewski
Status: NEW → ASSIGNED
Pushed by twisniewski@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ccea14546134
have ContinueConsumeBody throw a TypeError on partial content rather than an AbortError; r=extension-reviewers,robwu
Comment 3•9 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 months ago
status-firefox127:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 127 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•