-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
http3 make request future sync #2339
base: master
Are you sure you want to change the base?
Conversation
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.
Thank you for putting this PR to solve the issue I opened!
I have a bit suggestions:
Co-authored-by: Jiahao XU <[email protected]>
Co-authored-by: Jiahao XU <[email protected]>
CI is currently failing. At the moment it does not compile with Should this also work with hickory-dns? or just with http3? |
I cannot say when I will continue on this PR. If someone wants to continue, feel free to do so. |
Should fix #2322 .
Requires new h3-quinn release and hyperium/h3#249 to be merged.
I removed the http3 specific Resolver trait. Was there a reason for a second one?
I am not familiar with this code base, so please make sure the additional Sync bounds do not break something.