mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-01 09:05:51 +00:00
chore: Update boost usages to match 1.88 (#2355)
This commit is contained in:
@@ -133,6 +133,7 @@ TestHttpServer::accept(boost::asio::yield_context yield)
|
||||
void
|
||||
TestHttpServer::handleRequest(TestHttpServer::RequestHandler handler, bool const allowToFail)
|
||||
{
|
||||
// Note: This was designed to use `boost::asio::detached`
|
||||
boost::asio::spawn(
|
||||
acceptor_.get_executor(),
|
||||
[this, allowToFail, handler = std::move(handler)](asio::yield_context yield) mutable {
|
||||
|
||||
Reference in New Issue
Block a user