mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-09 20:51:04 +00:00
read complete request
This commit is contained in:
parent
942b699bb9
commit
9e2a770a26
@ -151,7 +151,7 @@ namespace client
|
||||
void I2PControlService::ReadRequest (std::shared_ptr<ssl_socket> socket)
|
||||
{
|
||||
auto request = std::make_shared<I2PControlBuffer>();
|
||||
socket->async_read_some (
|
||||
boost::asio::async_read (*socket,
|
||||
#if BOOST_VERSION >= 104900
|
||||
boost::asio::buffer (*request),
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user