Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 1.8k
Remove the stream cargo feature #2855
Copy link
Copy link
Closed
Labels
A-bodyArea: body streaming.Area: body streaming.A-serverArea: server.Area: server.C-featureCategory: feature. This is adding a new feature.Category: feature. This is adding a new feature.E-easyEffort: easy. A task that would be a great starting point for a new contributor.Effort: easy. A task that would be a great starting point for a new contributor.
Milestone
Description
Metadata
Metadata
Assignees
Labels
A-bodyArea: body streaming.Area: body streaming.A-serverArea: server.Area: server.C-featureCategory: feature. This is adding a new feature.Category: feature. This is adding a new feature.E-easyEffort: easy. A task that would be a great starting point for a new contributor.Effort: easy. A task that would be a great starting point for a new contributor.
The
streamcargo feature should be removed, and any usage ofStream. It's not stable, and we cannot depend on it.accept::from_stream, (whichAcceptis already going away anyways).Body::wrap_streamimpl Stream for Body