mirror of
https://github.com/fafhrd91/actix-web
synced 2025-09-01 01:16:59 +02:00
add impl Future for Reply
This commit is contained in:
@@ -529,6 +529,7 @@ impl<S: 'static> WaitingResponse<S> {
|
||||
fut,
|
||||
_s: PhantomData,
|
||||
}),
|
||||
ReplyItem::None => panic!("use after resolve"),
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user