| 770 | } |
| 771 | |
| 772 | std::shared_ptr<i2p::client::I2PServiceHandler> HTTPProxy::CreateHandler(std::shared_ptr<boost::asio::ip::tcp::socket> socket) |
| 773 | { |
| 774 | return std::make_shared<HTTPReqHandler> (this, socket); |
| 775 | } |
| 776 | } // http |
| 777 | } // i2p |
nothing calls this directly
no outgoing calls
no test coverage detected