Re: [whatwg/fetch] Stop lowercasing header names (#476)

@mcmanus the only thing this patch does is to preserve the case, as enough users of h1 complained that lowercasing header names didn't work for them (Firefox never implemented that bit of Fetch). Comparisons are done using byte case-insensitive comparison, as is called out throughout this patch. Is there a particular instance where this is done wrong?

-- 
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/pull/476#issuecomment-278096045

Received on Tuesday, 7 February 2017 18:31:57 UTC