Re: [whatwg/xhr] Sort headers as if ASCII-uppercased (#248)

https://github.com/whatwg/fetch/pull/906 has some initial refactoring of Fetch.

I think what I'm going to do is that XHR takes the output of "sort and combine" and sorts it again using a sorting algorithm I'll define as "legacy-uppercased-byte less than". That way Fetch doesn't contain the hack and it's unlikely it'll spread further, assuming Chrome fixes their bugs...

-- 
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/xhr/issues/248#issuecomment-494425112

Received on Tuesday, 21 May 2019 14:51:22 UTC