* reseed now https only

This commit is contained in:
hagen 2015-12-21 03:46:35 +00:00
parent 762f9c4b23
commit 3badda95c1
3 changed files with 1 additions and 99 deletions

View file

@ -55,7 +55,7 @@ namespace data
{
std::string url = host + "i2pseeds.su3";
LogPrint (eLogInfo, "Dowloading SU3 from ", host);
std::string su3 = https ? HttpsRequest (url) : i2p::util::http::httpRequest (url);
std::string su3 = HttpsRequest (url);
if (su3.length () > 0)
{
std::stringstream s(su3);