-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial support for RFC 9298 "Proxying UDP in HTTP" (#203)
* Add support for RFC 9298 in :protocol extension * bugfix: Properly encode :protocol header Previously, the `:protocol` header wouldn't be set when the `Protocol` extension was active for a `Request`. This was most likely because the Webtransport PR (the PR that introduced the `Protocol` extension) did not include a client implementation and thus did not test this. ---------
- Loading branch information
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters