Another hotfix

master
Oleg Nosov 5 years ago
parent df22d87d09
commit 42425f6c1a
No known key found for this signature in database
GPG Key ID: DE90B83800644E24

@ -60,7 +60,7 @@ where
match futures_core::ready!(this.stream.as_mut().poll_next(cx)) { match futures_core::ready!(this.stream.as_mut().poll_next(cx)) {
inner @ Some(_) => this.inner_stream.set(inner.map(IntoStream::into_stream)), inner @ Some(_) => this.inner_stream.set(inner.map(IntoStream::into_stream)),
None => Poll::Ready(None), None => return Poll::Ready(None),
} }
} }
} }

Loading…
Cancel
Save