* HTTPProxy.cpp : don't reuse part of httppserver, addresshelpers handling will be moved to proxy in future

This commit is contained in:
hagen 2016-06-27 01:30:00 +00:00
parent c5e3e17eae
commit 6f77c6f3f4
2 changed files with 18 additions and 9 deletions

View file

@ -61,8 +61,6 @@ namespace http {
boost::asio::io_service::work m_Work;
boost::asio::ip::tcp::acceptor m_Acceptor;
};
void ShowJumpServices (std::stringstream& s, const std::string& address);
} // http
} // i2p