1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-30 08:24:28 +02:00

actors: Bump up to 3.0.0-alpha.1

This commit is contained in:
Yuki Okushi
2020-05-08 03:33:29 +09:00
parent 9cb3b0ef58
commit 54abf356d4
3 changed files with 10 additions and 4 deletions

View File

@ -174,7 +174,7 @@ where
// frames
if let Some(data) = self.fut.ctx().stream.pop_front() {
Poll::Ready(data.map(|b| Ok(b)))
Poll::Ready(data.map(Ok))
} else if self.fut.alive() {
Poll::Pending
} else {