Re: [whatwg/xhr] Web compat implications of making getAllResponseHeaders lowercase (#146)

`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