diff --git a/src/stream/forward.rs b/src/stream/forward.rs index 1d8b731828..6722af8c20 100644 --- a/src/stream/forward.rs +++ b/src/stream/forward.rs @@ -91,7 +91,7 @@ impl Future for Forward } loop { - match self.stream_mut() + match self.stream.as_mut() .expect("Attempted to poll Forward after completion") .poll()? {