Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't bypass stream fuse in 0.1 Forward
The poll implementation for Forward used method stream_mut to get at the stream. This bypasses the Fuse that was meant to prevent stream from being polled more than once in case close() on the sink initially returns NotReady.
- Loading branch information