*** empty log message ***

This commit is contained in:
Mike Goslin 2000-12-09 22:55:38 +00:00
parent f5adb8ca21
commit 066b7509dd
1 changed files with 2 additions and 1 deletions

View File

@ -487,7 +487,8 @@ attempt_read(int length, DownloadStatus &status, int &bytes_read) {
// Make the request for length bytes
int bytes;
int ans = safe_receive(_socket, status, length,
(long)downloader_timeout, bytes);
// (long)downloader_timeout, bytes);
8, bytes);
bytes_read += bytes;
switch (ans) {