[Webkit-unassigned] [Bug 192000] New: Revise Content-Type parser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 27 01:43:53 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=192000

            Bug ID: 192000
           Summary: Revise Content-Type parser
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: annevk at annevk.nl
                CC: cdumez at apple.com

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.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181127/ca5e4fd6/attachment.html>


More information about the webkit-unassigned mailing list