- From: Patrick McManus <notifications@github.com>
- Date: Tue, 01 Aug 2017 12:29:28 +0000 (UTC)
- To: whatwg/xhr <xhr@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 1 August 2017 12:29:53 UTC
`Lowercasing makes sense to me. I am not sure how we can best handle the transition though.` you need to do a case insensitive comparison - header names have always been defined case insensitively (in both versions of HTTP) - so doing a case sensitive comparison is an application bug that should be fixed. That will give you consistent behavior. -- 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/146#issuecomment-319355983
Received on Tuesday, 1 August 2017 12:29:53 UTC