-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Remove the stream
cargo feature
#2855
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
Labels
Milestone
Comments
oddgrd
added a commit
to oddgrd/hyper
that referenced
this issue
May 25, 2022
remove stream cargo feature and any usage of stream, as it isn't stable and shouldn't be depended on closes issue hyperium#2855
oddgrd
added a commit
to oddgrd/hyper
that referenced
this issue
May 25, 2022
remove stream cargo feature and any usage of stream, as it isn't stable and shouldn't be depended on closes issue hyperium#2855
oddgrd
added a commit
to oddgrd/hyper
that referenced
this issue
May 26, 2022
remove stream cargo feature and any usage of stream, as it isn't stable and shouldn't be depended on closes issue hyperium#2855
oddgrd
added a commit
to oddgrd/hyper
that referenced
this issue
May 26, 2022
remove stream cargo feature and any usage of stream, as it isn't stable and shouldn't be depended on closes issue hyperium#2855
oddgrd
added a commit
to oddgrd/hyper
that referenced
this issue
Jun 14, 2022
remove stream cargo feature and any usage of stream, as it isn't stable and shouldn't be depended on closes issue hyperium#2855
oddgrd
added a commit
to oddgrd/hyper
that referenced
this issue
Jun 14, 2022
remove stream cargo feature and any usage of stream, as it isn't stable and shouldn't be depended on closes issue hyperium#2855
oddgrd
added a commit
to oddgrd/hyper
that referenced
this issue
Jun 17, 2022
remove stream cargo feature and any usage of stream, as it isn't stable and shouldn't be depended on closes issue hyperium#2855
Repository owner
moved this from In Progress
to Done
in hyper 1.0
Jun 23, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
stream
cargo feature should be removed, and any usage ofStream
. It's not stable, and we cannot depend on it.accept::from_stream
, (whichAccept
is already going away anyways).Body::wrap_stream
impl Stream for Body
The text was updated successfully, but these errors were encountered: