aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd/stream.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/stream.rs')
-rw-r--r--src/cmd/stream.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/stream.rs b/src/cmd/stream.rs
index 7ee355a..bc0d532 100644
--- a/src/cmd/stream.rs
+++ b/src/cmd/stream.rs
@@ -284,7 +284,7 @@ impl<S: tokio::io::AsyncRead + tokio::io::AsyncWrite + Send + 'static>
}
// don't return final event here - wait until we are done
// sending all data to the server (see poll_write_server)
- Ok(crate::component_future::Poll::NothingToDo)
+ Ok(crate::component_future::Poll::DidWork)
}
futures::Async::NotReady => {
Ok(crate::component_future::Poll::NotReady)