2014-11-28 16:20 GMT+01:00 Martin Grigorov <mgrigo...@apache.org>:I'm not
sure I follow you.

> Assuming 'headers' is an instance of CaseInsensitiveKeyMap then:
> - headers.get("BLAH") will delegate to innerMap.get(key{"blah"})   //
> Perl-ish syntax to express what I mean
> - headers.get("bLAh") will also delegate to innerMap.get(key{"blah"})
>
> so everything should be OK
>
> I am talking about the impl as is in websockets right now, the case
insensitivity is not done right. Besides that, it is possible this new impl
could be optimized (or not).

Rémy

Reply via email to