-
-
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
Labels
Milestone
Comments
seanmonstar
added
A-server
Area: server.
E-easy
Effort: easy. A task that would be a great starting point for a new contributor.
C-feature
Category: feature. This is adding a new feature.
labels
May 20, 2022
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. |
oddgrd
added a commit
to oddgrd/hyper
that referenced
this issue
May 24, 2022
remove addrstream type, it provides no benefit over tokio::net::tcpstream closes issue hyperium#2850
oddgrd
added a commit
to oddgrd/hyper
that referenced
this issue
May 24, 2022
remove addrstream type, it provides no benefit over tokio::net::tcpstream closes issue hyperium#2850
oddgrd
added a commit
to oddgrd/hyper
that referenced
this issue
May 25, 2022
remove addrstream type, it provides no benefit over tokio::net::tcpstream closes issue hyperium#2850
Repository owner
moved this from In Progress
to Done
in hyper 1.0
Jun 8, 2022
seanmonstar
pushed a commit
that referenced
this issue
Jun 8, 2022
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. |
allan2
added a commit
to allan2/tonic
that referenced
this issue
Dec 7, 2023
Replaced with `tokio::net::TcpStream`. Inspired by hyperium/hyper#2850
ikrivosheev
pushed a commit
to ikrivosheev/tonic
that referenced
this issue
Jan 10, 2024
Replaced with `tokio::net::TcpStream`. Inspired by hyperium/hyper#2850
alexrudy
pushed a commit
to alexrudy/tonic
that referenced
this issue
Apr 3, 2024
Replaced with `tokio::net::TcpStream`. Inspired by hyperium/hyper#2850
alexrudy
pushed a commit
to alexrudy/tonic
that referenced
this issue
May 20, 2024
Replaced with `tokio::net::TcpStream`. Inspired by hyperium/hyper#2850
alexrudy
pushed a commit
to alexrudy/tonic
that referenced
this issue
May 21, 2024
Replaced with `tokio::net::TcpStream`. Inspired by hyperium/hyper#2850
alexrudy
pushed a commit
to alexrudy/tonic
that referenced
this issue
May 26, 2024
Replaced with `tokio::net::TcpStream`. Inspired by hyperium/hyper#2850
https://github.com/hyperium/hyper/pull/2869/files is somewhat self explanatory. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: