Bug 192000

Summary: Revise Content-Type parser
Product: WebKit Reporter: Anne van Kesteren <annevk>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: ahmad.saleem792, cdumez, mike, mjs, webkit-bug-importer
Priority: P2 Keywords: InRadar, WPTImpact
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 215604    
Bug Blocks:    

Anne van Kesteren
Reported 2018-11-27 01:43:53 PST
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. (Note that this is different from bug 191356, as that only affects CORS.)
Attachments
Radar WebKit Bug Importer
Comment 1 2019-02-20 17:49:50 PST
Note You need to log in before you can comment on or make changes to this bug.