Re: [whatwg/fetch] "Extract a MIME type" algorithm should pick the first entry? (#529)

Chrome's fetch() is currently broken (Blink's ExtractMIMEType is using combined value http://crbug.com/713634), but looks Chrome has been not erroring for multiple Content-Types but using the last Content-Type header before the break.

Navigating to a resource with multiple Content-Type also works. Haven't checked which one is used for navigation.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/529#issuecomment-295698353

Received on Thursday, 20 April 2017 11:38:33 UTC