Fix Upload of large (> 2GiB) files
authorOlivier Goffart <ogoffart@woboq.com>
Wed, 9 Oct 2019 07:31:00 +0000 (09:31 +0200)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:59:01 +0000 (10:59 +0100)
commitcb38bb2b5ea10d56124ba66dfba1da949043fc9b
tree381e45606ccb3fb65dfb1e6615dc2f38c88b207e
parentee3279c904748ce2ea33b6b839fcaf3c8ed4cfe4
Fix Upload of large (> 2GiB) files

Issue #7506

This is a regression introduced by the delta sync feature (as the chunk offset
changed from being the chunk number to be the byte offset, it needs to be a
qint64 now)
test/testchunkingng.cpp