NEW 192000
Revise Content-Type parser
https://bugs.webkit.org/show_bug.cgi?id=192000
Summary Revise Content-Type parser
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.