mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Missing scope.
This commit is contained in:
@@ -142,7 +142,7 @@ public:
|
|||||||
|
|
||||||
|
|
||||||
template <typename Allocator, typename Handler>
|
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())
|
if (isSecure())
|
||||||
boost::asio::async_write(*mSocket, buffers, handler);
|
boost::asio::async_write(*mSocket, buffers, handler);
|
||||||
|
|||||||
Reference in New Issue
Block a user