-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Upgrade to Tokio v0.3 #2302
Labels
A-dependencies
Area: library dependencies.
E-medium
Effort: medium. Some knowledge of how hyper internal works would be useful.
Milestone
Comments
seanmonstar
added
E-medium
Effort: medium. Some knowledge of how hyper internal works would be useful.
A-dependencies
Area: library dependencies.
labels
Oct 15, 2020
4 tasks
3 tasks
10 tasks
hyperium/h2#491 is a PR for updating |
4 tasks
4 tasks
2 tasks
This was referenced Oct 22, 2020
The PR just landed 🎉 |
Hello, what's the status of upgrading to tokio v0.3? @seanmonstar |
Merged
28 tasks
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-dependencies
Area: library dependencies.
E-medium
Effort: medium. Some knowledge of how hyper internal works would be useful.
Tokio v0.3 just released, we should upgrade as part of hyper v0.14.
Prerequisites:
h2
to Tokio v0.3oneshot::Sender::poll_closed
Make oneshot::Sender::poll_closed public again tokio-rs/tokio#3032Add back TCP socket options (set_keepalive
,set_send_buffer_size
,set_recv_buffer_size
)The text was updated successfully, but these errors were encountered: