-
Notifications
You must be signed in to change notification settings - Fork 989
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
feat: add WebTransport protocol #4874
Closed
Closed
Changes from 16 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
1c2c377
attempt to extend QUIC transport impl
dgarus 8bf8d0c
example
dgarus cabc7de
example
dgarus 83058d5
Merge branch 'master' into web-transport-quic
dgarus fdcd176
Merge branch 'master' into web-transport-quic
dgarus 8325840
Merge branch 'master' into web-transport-quic
dgarus 7a54fd3
Merge branch 'master' into web-transport-quic
dgarus dc80864
Merge branch 'master' into web-transport-quic
dgarus 13cc3df
added CertManager
dgarus 5ceccfd
Merge branch 'master' into web-transport-quic
dgarus cd9d646
Merge branch 'master' into web-transport-quic
dgarus 10d97fe
noise
dgarus d418dc1
single endpoint for quic and wt
dgarus cefaebe
Merge remote-tracking branch 'origin/web-transport-quic' into web-tra…
dgarus 94fd970
Merge branch 'master' into web-transport-quic
dgarus c1dca8c
Merge branch 'master' into web-transport-quic
dgarus d01f149
Merge branch 'master' into web-transport-quic
dgarus 1f2297c
Merge branch 'master' into web-transport-quic
dgarus dc08909
msg
dgarus a3e3a5e
Merge remote-tracking branch 'origin/web-transport-quic' into web-tra…
dgarus 2b06072
Merge branch 'master' into web-transport-quic
dgarus c3a8e7d
Merge branch 'master' into web-transport-quic
dgarus f024ded
Merge branch 'master' into web-transport-quic
dgarus 1cdecf1
Merge branch 'master' into web-transport-quic
dgarus 9b8b27e
Merge branch 'master' into web-transport-quic
dgarus c5ff302
Merge branch 'refs/heads/master' into web-transport-quic
dgarus 098b58b
Merge branch 'master' into web-transport-quic
dgarus File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are there no released versions of these libraries yet? We won't be able to merge this without released versions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With git versions, everything is ok:
But when I define
h3 = "0.0.4"
I got two versions0.0.3
and0.0.4
:And, accordingly, I got a lot of errors.
I stuck with this problem for the first time, do you know how to fix it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is because there hasn't yet been a release of
h3-webtransport
withh3 0.0.4
. See https://crates.io/crates/h3-webtransport/0.1.0/dependencies. I'd suggest nudging the maintainers for a new release!There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OMG
Thanks, I'll do it a bit later