Upgrade ruma
This commit is contained in:
committed by
Timo Kösters
parent
e72fd44bb5
commit
d8b484beed
@@ -316,7 +316,7 @@ where
|
||||
fn respond_to(self, _: &'r Request<'_>) -> response::Result<'o> {
|
||||
let http_response = self
|
||||
.0
|
||||
.try_into_http_response()
|
||||
.try_into_http_response::<Vec<u8>>()
|
||||
.map_err(|_| Status::InternalServerError)?;
|
||||
|
||||
let mut response = rocket::response::Response::build();
|
||||
|
||||
Reference in New Issue
Block a user