No need to update mtime and etag after a move

The server keeps the mtime and etag anyway.
And changing the mtime also changes the etag and so make other clients re-download
the file instead of detecting the move
This commit is contained in:
Olivier Goffart 2014-10-01 11:20:21 +02:00
parent 1a2fff8ed8
commit db02d44c6a

View file

@ -304,9 +304,6 @@ void PropagateRemoteRename::start()
if (updateErrorFromSession(rc)) {
return;
}
if (!updateMTimeAndETag(uri2.data(), _item._modtime))
return;
}
// Wed, 15 Nov 1995 06:25:24 GMT
QDateTime dt = QDateTime::currentDateTimeUtc();