1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-02-05 01:34:13 +00:00

wait until download complete

This commit is contained in:
orignal 2014-12-25 08:41:21 -05:00
parent 78c06bdd22
commit 66c2c7f789

View File

@ -465,8 +465,6 @@ namespace client
}, },
30); // wait for 30 seconds 30); // wait for 30 seconds
newDataReceived.wait (l); newDataReceived.wait (l);
if (!end)
end = !stream->IsOpen ();
} }
// parse response // parse response
std::string version; std::string version;