You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-09 04:22:45 +03:00
Cleanup HTTP client building
This commit is contained in:
@@ -174,7 +174,7 @@ async fn fetch_jwks(jwks: &JwksOrJwksUri) -> Result<PublicJsonWebKeySet, BoxErro
|
||||
|
||||
let request = http::Request::builder()
|
||||
.uri(uri.as_str())
|
||||
.body(http_body::Empty::new())
|
||||
.body(mas_http::EmptyBody::new())
|
||||
.unwrap();
|
||||
|
||||
let mut client = mas_http::client("fetch-jwks")
|
||||
|
Reference in New Issue
Block a user