mirror of
https://github.com/XRPLF/rippled.git
synced 2026-01-16 04:35:23 +00:00
Add preliminary support for Boost 1.74
This commit is contained in:
@@ -107,7 +107,11 @@ public:
|
||||
req.target("/");
|
||||
req.version(11);
|
||||
req.insert("Content-Type", "application/json; charset=UTF-8");
|
||||
req.insert("Host", ep_);
|
||||
{
|
||||
std::ostringstream ostr;
|
||||
ostr << ep_;
|
||||
req.insert("Host", ostr.str());
|
||||
}
|
||||
{
|
||||
Json::Value jr;
|
||||
jr[jss::method] = cmd;
|
||||
|
||||
Reference in New Issue
Block a user