async receive

This commit is contained in:
orignal 2014-03-26 15:45:08 -04:00
parent 06b2500347
commit bd768b9259
3 changed files with 6 additions and 2 deletions

View file

@ -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),