Fix forwarding bug and float support for config (#1243)

This commit is contained in:
Sergey Kuznetsov
2024-03-07 14:39:25 +00:00
committed by GitHub
parent d47f3b71bd
commit 74455f5b99
4 changed files with 31 additions and 21 deletions

View File

@@ -229,7 +229,7 @@ LoadBalancer::forwardToRippled(
if (response and forwardingCache_ and not response->contains("error"))
forwardingCache_->put(request, *response);
return {};
return response;
}
boost::json::value