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
Reimplementation of a postgres-backed storage with a shared PG listener
This commit is contained in:
@@ -63,7 +63,7 @@ impl HttpClientFactory {
|
||||
let client = (
|
||||
MapErrLayer::new(BoxError::from),
|
||||
MapRequestLayer::new(|req: http::Request<_>| req.map(Full::new)),
|
||||
BodyToBytesResponseLayer::default(),
|
||||
BodyToBytesResponseLayer,
|
||||
)
|
||||
.layer(client);
|
||||
|
||||
|
Reference in New Issue
Block a user