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

Add support for HTTP/2 #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add support for HTTP/2 #18

wants to merge 1 commit into from

Conversation

jabbany
Copy link
Owner

@jabbany jabbany commented May 17, 2022

Change the logic to parse the HTTP/2 response header.

Old parser fails to recognize http versions of http/# instead requiring http/#.#, we now make it possible to recognize http/2 as a valid http response preamble.

Possibly alternate solution to #17 instead of forcing http/1.1. Though it also seems reasonable to force 1.1 as we can't really take advantage of http/2. Perhaps build in as an option.

Change the logic to parse the HTTP/2 response header.
@Neustradamus
Copy link

@jabbany: Any news on your PR?

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