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)

defect

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.

Severity: -- → S4
Priority: -- → P2
Whiteboard: [necko-triaged]
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
Status: ASSIGNED → RESOLVED
Closed: 9 months ago
Resolution: --- → FIXED
Target Milestone: --- → 127 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: