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

tokio-rustls: bring back writev #36

Closed
hawkw opened this issue Nov 13, 2020 · 3 comments · Fixed by #42
Closed

tokio-rustls: bring back writev #36

hawkw opened this issue Nov 13, 2020 · 3 comments · Fixed by #42

Comments

@hawkw
Copy link
Member

hawkw commented Nov 13, 2020

Since Tokio 0.3 removed support for vectored IO, tokio-rustls will no longer use writev when available (see #29). When tokio-rs/tokio#3135 is resolved, and Tokio re-adds support for vectored IO, it would be great to get writev support back in tokio-rustls.

In an ideal world, the solution with the new API in Tokio would no longer require specialization, so vectored IO could be supported on the stable compiler as well.

@hawkw
Copy link
Member Author

hawkw commented Nov 13, 2020

I'd be happy to work on this, though it is obviously blocked on tokio-rs/tokio#3135.

@quininer
Copy link
Member

@hawkw Hi, are you still interested in this?

@hawkw
Copy link
Member Author

hawkw commented Dec 2, 2020

@quininer yup, just a bit busy with some other things. I'd like to take a look at this in the near future unless anyone beats me to it!

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 a pull request may close this issue.

2 participants