Uh oh!
There was an error while loading. Please reload this page.
Remove stream cargo feature - #2896
Conversation
ab3d025 to
f855b2eCompare
seanmonstar
left a comment
There was a problem hiding this comment.
Thanks for taking on this issue! (And sorry for not realizing the tests would be annoying to update.) This is pretty close, implementation wise. I left some comments inline about possibly ways to update the tests.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
seanmonstar
commented
Jun 15, 2022
Alright, we merged the |
oddgrd
commented
Jun 15, 2022
Awesome, I'll get to work on solving the remaining issues then. :) |
remove stream cargo feature and any usage of stream, as it isn't stable and shouldn't be depended on closes issue hyperium#2855
3fbb3ef to
31a8be1Compare
Removes the
streamcargo feature and any usage ofStream, includingBody::wrap_stream,impl Stream for Bodyandaccept::from_stream.A few tests were broken, and some examples. Quite extensive changes were needed to fix some of them, which I wasn't able to do in this PR. As discussed on Discord I left TODO comments on the remaining broken tests, tagged with the PR number (#2896).
This PR partially fixes issue #2855.