}
InputStream downloadStream = openConnection.getInputStream();
long length = openConnection.getContentLength();
progress.info(progressLabel, "DownloadSize: " + length);
if (length == -1) length = DEFAULT_CONTENT_LENGTH;
long downloadStartedAt = System.currentTimeMillis();