-
-
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
Chop AddrStream out completely #2850
Comments
Hi! I'd like to start contributing to this project, and this issue looks like a good place to start. I'm a bit of a rust and OSS noob, so I may need some guidance even though it should be easy. |
remove addrstream type, it provides no benefit over tokio::net::tcpstream closes issue hyperium#2850
remove addrstream type, it provides no benefit over tokio::net::tcpstream closes issue hyperium#2850
remove addrstream type, it provides no benefit over tokio::net::tcpstream closes issue hyperium#2850
remove addrstream type, it provides no benefit over tokio::net::tcpstream Closes #2850
Is there a porting guide for code that refers to |
There isn't currently such a guide, but I suggested making one in #3411. |
Replaced with `tokio::net::TcpStream`. Inspired by hyperium/hyper#2850
Replaced with `tokio::net::TcpStream`. Inspired by hyperium/hyper#2850
Replaced with `tokio::net::TcpStream`. Inspired by hyperium/hyper#2850
Replaced with `tokio::net::TcpStream`. Inspired by hyperium/hyper#2850
Replaced with `tokio::net::TcpStream`. Inspired by hyperium/hyper#2850
Replaced with `tokio::net::TcpStream`. Inspired by hyperium/hyper#2850
https://github.com/hyperium/hyper/pull/2869/files is somewhat self explanatory. |
The
AddrStream
type can just go. Get out of here. Gone. It provides no benefit overtokio::net::TcpStream
.The text was updated successfully, but these errors were encountered: