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

support http2 #211

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

support http2 #211

wants to merge 1 commit into from

Conversation

bjohansebas
Copy link
Member

This is the beginning of a draft to support HTTP2 in compression. The approach for testing is based on how it was done in finalhandler (pillarjs/finalhandler#53). There is still work to be done and time needed to achieve this. I just wanted to start this to pick it up in the future, or if someone is motivated, they can use this as a foundation to continue and complete it.

fixes: #122

@bjohansebas
Copy link
Member Author

bjohansebas commented Dec 11, 2024

Note: there is a compression header for HTTP2 HPACK. I need to investigate more about this, i'm not sure how relevant it is for this package. Okay, header compression is already handled by Node.js, so I see the only change should be to verify that the Transfer-Encoding header is not sent.

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

Successfully merging this pull request may close these issues.

Support for Node.js 8 native http2
1 participant