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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user