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

http/3 support #474

Merged
merged 9 commits into from
Dec 6, 2024
Merged

http/3 support #474

merged 9 commits into from
Dec 6, 2024

Conversation

calebdoxsey
Copy link
Contributor

Summary

Add support for http/3 tunneling.

The tunneling implementation is chosen by making an HTTP/2 request to the proxy. If an h3 Alt-Svc header is detected, we will use the HTTP/3 tunneler. Otherwise if HTTP/2 was used we will use the HTTP/2 tunneler. In all other cases we will fallback to the HTTP/1 tunneler.

Related issues

Checklist

  • reference any related issues
  • updated docs
  • updated unit tests
  • updated UPGRADING.md
  • add appropriate tag (improvement / bug / etc)
  • ready for review

@calebdoxsey calebdoxsey requested a review from a team as a code owner December 4, 2024 21:17
@calebdoxsey calebdoxsey requested a review from wasaga December 4, 2024 21:17
@calebdoxsey calebdoxsey merged commit 0789063 into main Dec 6, 2024
6 checks passed
@calebdoxsey calebdoxsey deleted the cdoxsey/http3 branch December 6, 2024 16:03
@calebdoxsey calebdoxsey mentioned this pull request Dec 6, 2024
4 tasks
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