We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f498126 commit 151d291Copy full SHA for 151d291
futures-util/src/sink/send_all.rs
@@ -87,7 +87,7 @@ where
87
return Poll::Ready(Ok(()))
88
}
89
Poll::Pending => {
90
- ready!(Pin::new(&mut this.sink).poll_flush(cx))?;
+ ready!(Pin::new(&mut this.sink).poll_ready(cx))?;
91
return Poll::Pending
92
93
0 commit comments