http://git.community.i2p/PurpleI2P/i2pd/commit/86fdd48229dddc4a8d1bc2a719af70cdd4404e9a
std : : string ( data , len ) : " " , r . uri ) ; } //void HTTPConnection::HandleDestinationRequest (const std::string& address, const std::string& uri) //{ // i2p::data::IdentHash destination; // std::string fullAddress; // if (address.find (".b32.i2p") != std::string::npos) // { // int li = address.find_first_of ("."); // std::string newaddress = address.substr (0, li); // if (i2p::data::Base32ToByteStream (newaddress.c_str (), newaddress.length (), (uint8_t...