projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39289a3
)
Download: Soft errors for error while resuming (#4000)
author
Olivier Goffart
<ogoffart@woboq.com>
Mon, 26 Oct 2015 11:31:07 +0000
(12:31 +0100)
committer
Olivier Goffart
<ogoffart@woboq.com>
Mon, 26 Oct 2015 11:31:07 +0000
(12:31 +0100)
src/libsync/propagatedownload.cpp
patch
|
blob
|
history
diff --git
a/src/libsync/propagatedownload.cpp
b/src/libsync/propagatedownload.cpp
index ad2cadfa9fef61d87fef04eca2572979342f390f..efb5f6630a50b9f7908cbba0c958491ffffbc363 100644
(file)
--- a/
src/libsync/propagatedownload.cpp
+++ b/
src/libsync/propagatedownload.cpp
@@
-517,7
+517,7
@@
void PropagateDownloadFileQNAM::slotGetFinished()
// This happened when trying to resume a file. The Content-Range header was files, Content-Length was == 0
qDebug() << bodySize << _item->_size << _tmpFile.size() << job->resumeStart();
_tmpFile.remove();
- done(SyncFileItem::
Normal
Error, QLatin1String("Broken webserver returning empty content length for non-empty file on resume"));
+ done(SyncFileItem::
Soft
Error, QLatin1String("Broken webserver returning empty content length for non-empty file on resume"));
return;
}