-
Bug
-
Resolution: Not a Bug
-
Major
-
7.0.0.Alpha1
-
None
The HTTP header lookups seem to be case-sensitive. For HTTP 1.1 headers keys are supposed to be case-insensitive. For HTTP 2, header keys need to be lower-case. We need to allow the lookup of headers to handle this type of case sensitivity issue.