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

Method CreateConnection

daemon/HTTPServer.cpp:1702–1706  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1700 }
1701
1702 void HTTPServer::CreateConnection(std::shared_ptr<boost::asio::ip::tcp::socket> newSocket)
1703 {
1704 auto conn = std::make_shared<HTTPConnection> (m_Hostname, newSocket);
1705 conn->Receive ();
1706 }
1707} // http
1708} // i2p

Callers

nothing calls this directly

Calls 1

ReceiveMethod · 0.45

Tested by

no test coverage detected