Open
Bug 1510180
Opened 7 years ago
Updated 2 years ago
Revise Content-Type parser
Categories
(Core :: Networking: HTTP, defect, P3)
Core
Networking: HTTP
Tracking
()
NEW
People
(Reporter: annevk, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Keywords: dev-doc-needed, Whiteboard: [necko-triaged])
I worked on standardized parsing for the Content-Type header, such that it is more robust against combining intermediaries (i.e., combine first, then parse).
Parsing needed to be standardized as HTTP does not deal with error handling, but browsers do, and were somewhat inconsistent in their handling.
https://github.com/whatwg/fetch/pull/831 has the change to Fetch, https://github.com/web-platform-tests/wpt/pull/10525 has tests.
Updated•7 years ago
|
Keywords: dev-doc-needed
Updated•7 years ago
|
Priority: -- → P3
Whiteboard: [necko-triaged]
Updated•3 years ago
|
Assignee: nobody → smayya
Updated•3 years ago
|
Severity: normal → S3
Comment 1•3 years ago
|
||
Unassigned from myself, will revisit this when I have some cycles.
Assignee: smayya → nobody
You need to log in
before you can comment on or make changes to this bug.
Description
•