- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 07 Feb 2017 10:31:20 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 7 February 2017 18:31:57 UTC
@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