mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
async receive
This commit is contained in:
parent
06b2500347
commit
bd768b9259
3 changed files with 6 additions and 2 deletions
|
@ -277,6 +277,9 @@ namespace util
|
|||
}
|
||||
}
|
||||
|
||||
void HTTPConnection::HandleStreamReceive (const boost::system::error_code& ecode, std::size_t bytes_transferred)
|
||||
{
|
||||
}
|
||||
|
||||
HTTPServer::HTTPServer (int port):
|
||||
m_Thread (nullptr), m_Work (m_Service),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue