MCPcopy Create free account
hub / github.com/PurpleI2P/i2pd / Receive

Method Receive

daemon/HTTPServer.cpp:1198–1203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1196 }
1197
1198 void HTTPConnection::Receive ()
1199 {
1200 m_Socket->async_read_some (boost::asio::buffer (m_Buffer, HTTP_CONNECTION_BUFFER_SIZE),
1201 std::bind(&HTTPConnection::HandleReceive, shared_from_this (),
1202 std::placeholders::_1, std::placeholders::_2));
1203 }
1204
1205 void HTTPConnection::HandleReceive (const boost::system::error_code& ecode, std::size_t bytes_transferred)
1206 {

Callers 1

CreateConnectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected