Revision 46be3f58adac13084497961e10eed9a7fb4d44d1

Committed on 19/12/2018 9:14 am by Fabien Potencier <[email protected]> [GitHub Diff]

bug #146 Ignore case on HTTP header (HTTP/2 compatibility) - master branch (bytehead)

This PR was merged into the 5.0-dev branch.

Discussion
----------

Ignore case on HTTP header (HTTP/2 compatibility) - master branch

See #145

As stated in the [RFC of HTTP/2](https://tools.ietf.org/html/rfc7540#section-8.1.2) header field names MUST be converted to lowercase.

Commits
-------

a6fd4f8 ignore case on HTTP header (HTTP/2 compatibility, see #145)