* HTTPServer.{cpp,h}: throw away direct quering b32 addresses: use proxy

This commit is contained in:
hagen 2016-04-27 00:00:00 +00:00
parent b1c85dcb74
commit 687e17ac52
2 changed files with 10 additions and 92 deletions

View file

@ -57,11 +57,6 @@ namespace http {
protected:
virtual void RunRequest ();
void HandleDestinationRequest(const std::string& address, const std::string& uri);
void SendToAddress (const std::string& address, int port, const char * buf, size_t len);
void HandleDestinationRequestTimeout (const boost::system::error_code& ecode,
i2p::data::IdentHash destination, int port, const char * buf, size_t len);
void SendToDestination (std::shared_ptr<const i2p::data::LeaseSet> remote, int port, const char * buf, size_t len);
public: