-
Notifications
You must be signed in to change notification settings - Fork 503
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
[TODO] support HTTP2: make CONNECT tunnel work under H2 protocol #25
Comments
This would be great :) |
Hey @chobits - any updates on this? |
@jamiepmullan Currently not in plan. Hope that I can have free time to complete it or Someone can pull a reqeust for this issue. Details are in first comment. |
The preparatory work for development is logged here: document/rfc (how connect method works in h2/h3)CONNECT method in h3 protocol: See section " 4.4. The CONNECT Method" in https://datatracker.ietf.org/doc/rfc9114/ client testingfor curl, we can use following command to test wheter connect method work under ssl/h2 protocol:(
with nginx proxy_connect configuration as follwong:
|
At least three points we should pay attention to:
HTTP2 module has its own parsing function, which is not patched by this module.
The text was updated successfully, but these errors were encountered: