Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use HeaderNames/create to support http/2 #24

Merged
merged 1 commit into from
Jul 27, 2024

Conversation

julienvincent
Copy link
Contributor

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.

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.
@mpenet mpenet merged commit 0942aed into mpenet:main Jul 27, 2024
1 check passed
@mpenet
Copy link
Owner

mpenet commented Jul 27, 2024

Again, thank you for this :)

I am on vacation currently but I can cut a release in a week.

@julienvincent julienvincent deleted the jv/lower-case-headers branch July 27, 2024 15:01
@mpenet
Copy link
Owner

mpenet commented Aug 5, 2024

released as 0.1.38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants