mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Merge pull request #6885 from nextcloud/bugfix/cloud-operation
Remove unecessary call to sendTransferInfo.
This commit is contained in:
commit
b5c683fe47
@ -246,8 +246,6 @@ void CALLBACK cfApiFetchDataCallback(const CF_CALLBACK_INFO *callbackInfo, const
|
||||
protrudingData.clear();
|
||||
if (data.size() < cfapiBlockSize) {
|
||||
protrudingData = data;
|
||||
sendTransferInfo(data, dataOffset);
|
||||
dataOffset += data.size();
|
||||
return;
|
||||
}
|
||||
const auto protudingSize = data.size() % cfapiBlockSize;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user