Dmitry Tsyvtsyn

Results 1 comments of Dmitry Tsyvtsyn

Maybe HTTP Header Content-Length is -1? DownloadTask.java 145:148 if (totalBytes == 0) { totalBytes = httpClient.getContentLength(); request.setTotalBytes(totalBytes); }