mirror of
https://github.com/actix/actix-extras.git
synced 2025-08-31 19:37:00 +02:00
update to aw beta 9
This commit is contained in:
@@ -180,7 +180,7 @@ where
|
||||
res
|
||||
}
|
||||
}
|
||||
.map_ok(|res| res.map_body(|_, body| AnyBody::from_message(body)))
|
||||
.map_ok(|res| res.map_body(|_, body| AnyBody::new_boxed(body)))
|
||||
.boxed_local();
|
||||
|
||||
Either::Right(res)
|
||||
|
Reference in New Issue
Block a user