2014-11-28 16:05 GMT+01:00 Martin Grigorov <mgrigo...@apache.org>:

> Hi,
>
> Performance wise isn't it better to transform the String key to lowerCase
> at Key construction time and later use it in equals/hashCode ?
> Now the lower-ification would happen for most Map operation.
>

The current is not spec compliant since headers.get(myHeader.toUpperCase())
is supposed to work.

Rémy

Reply via email to