mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-19 19:25:53 +00:00
rebases ssl source
This commit is contained in:
@@ -806,7 +806,7 @@ ETLSourceImpl<Derived>::getRippledForwardingStub() const
|
||||
}
|
||||
|
||||
template <class Derived>
|
||||
boost::json::object
|
||||
std::optional<boost::json::object>
|
||||
ETLSourceImpl<Derived>::forwardToRippled(boost::json::object const& request) const
|
||||
{
|
||||
BOOST_LOG_TRIVIAL(debug) << "Attempting to forward request to tx. "
|
||||
|
||||
@@ -53,7 +53,7 @@ public:
|
||||
virtual std::unique_ptr<org::xrpl::rpc::v1::XRPLedgerAPIService::Stub>
|
||||
getRippledForwardingStub() const = 0;
|
||||
|
||||
virtual boost::json::object
|
||||
virtual std::optional<boost::json::object>
|
||||
forwardToRippled(boost::json::object const& request) const = 0;
|
||||
|
||||
virtual
|
||||
@@ -320,7 +320,7 @@ public:
|
||||
std::unique_ptr<org::xrpl::rpc::v1::XRPLedgerAPIService::Stub>
|
||||
getRippledForwardingStub() const override;
|
||||
|
||||
boost::json::object
|
||||
std::optional<boost::json::object>
|
||||
forwardToRippled(boost::json::object const& request) const override;
|
||||
};
|
||||
|
||||
|
||||
@@ -4,11 +4,11 @@
|
||||
#include <boost/asio/dispatch.hpp>
|
||||
#include <boost/beast/core.hpp>
|
||||
#include <boost/beast/websocket.hpp>
|
||||
#include <server/HttpSession.h>
|
||||
#include <server/PlainWsSession.h>
|
||||
#include <server/SslHttpSession.h>
|
||||
#include <server/SslWsSession.h>
|
||||
#include <server/SubscriptionManager.h>
|
||||
#include <webserver/HttpSession.h>
|
||||
#include <webserver/PlainWsSession.h>
|
||||
#include <webserver/SslHttpSession.h>
|
||||
#include <webserver/SslWsSession.h>
|
||||
#include <webserver/SubscriptionManager.h>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user