mirror of
https://github.com/XRPLF/clio.git
synced 2026-04-29 15:37:53 +00:00
feat: Integrate new webserver (#1722)
For #919. The new web server is not using dosguard yet. It will be fixed by a separate PR.
This commit is contained in:
@@ -161,11 +161,12 @@ private:
|
||||
return rpc::make_WsContext(
|
||||
yield,
|
||||
request,
|
||||
connection,
|
||||
connection->makeSubscriptionContext(tagFactory_),
|
||||
tagFactory_.with(connection->tag()),
|
||||
*range,
|
||||
connection->clientIp,
|
||||
std::cref(apiVersionParser_)
|
||||
std::cref(apiVersionParser_),
|
||||
connection->isAdmin()
|
||||
);
|
||||
}
|
||||
return rpc::make_HttpContext(
|
||||
|
||||
Reference in New Issue
Block a user