http://git.community.i2p/PurpleI2P/i2pd/src/commit/02c51b098010573c680be91109a82e6d409854e0/util.cpp
= " \r " ) { } std : : stringstream ss ; ss < < site . rdbuf ( ) ; return ss . str ( ) ; } else { LogPrint ( " HTTP response " , status ) ; return " " ; } } else { LogPrint ( " Can't connect to " , address ) ; return " " ; } } catch ( std : : exception & ex ) { LogPrint ( " Failed to download " , address , " : " , ex . what ( ) ) ; return " " ; } } int httpRequestViaI2pProxy ( const std : : string & address , std : : string & content ) { content = " " ; try { boost : : asio : : ip : : tcp...