Re: [whatwg/fetch] Optional disable setting headers keys in lowercase (#304)

The original choice was somewhat arbitrary. I have found that it is usually more convenient for tokens to have a canonical representation. That way you operate on the input and then compare for equivalence. Otherwise you have to operate on both input and what is compared against, and then compare for equivalence. For headers it probably does not matter much either way and given the existence of broken servers it's probably better if we don't canonicalize.

@andresgutgon I suspect @mnot is interested in the server's address where you are encountering this issue.

---
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/304#issuecomment-219411966

Received on Monday, 16 May 2016 12:19:46 UTC