Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use HeaderNames/create to support http/2 (#24)
When handling an http/2 request hirundo requests will fail with a PROTOCOL_ERROR if the response contains upper-case header names. This fixes the issue by using HeaderNames/create which automatically lower-cases the given header name.
- Loading branch information