mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix json_body for Beast API changes
This commit is contained in:
@@ -61,9 +61,8 @@ struct json_body
|
||||
}
|
||||
|
||||
template<class Writef>
|
||||
boost::tribool
|
||||
write(beast::http::resume_context&&,
|
||||
beast::error_code&, Writef&& wf) noexcept
|
||||
bool
|
||||
write(beast::error_code&, Writef&& wf) noexcept
|
||||
{
|
||||
wf(sb_.data());
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user