mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-25 06:39:22 +02:00
fix Bodyencoding trait usage
This commit is contained in:
@ -440,7 +440,7 @@ where
|
||||
})?
|
||||
.is_ready()
|
||||
&& ready;
|
||||
|
||||
|
||||
let ready = if let Some(ref mut upg) = self.upgrade {
|
||||
upg.poll_ready(cx)
|
||||
.map_err(|e| {
|
||||
|
Reference in New Issue
Block a user