-
-
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
Remove the stream
cargo feature
#2855
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.
A-body
Area: body streaming.
labels
May 20, 2022
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
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: