mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 22:45:52 +00:00
Missing scope.
This commit is contained in:
@@ -142,7 +142,7 @@ public:
|
||||
|
||||
|
||||
template <typename Allocator, typename Handler>
|
||||
void async_write(basic_streambuf<Allocator>& buffers, Handler handler)
|
||||
void async_write(boost::asio::basic_streambuf<Allocator>& buffers, Handler handler)
|
||||
{
|
||||
if (isSecure())
|
||||
boost::asio::async_write(*mSocket, buffers, handler);
|
||||
|
||||
Reference in New Issue
Block a user