Chunking-NG: add some headers when uploading chunks
authorOlivier Goffart <ogoffart@woboq.com>
Fri, 16 Sep 2016 14:36:46 +0000 (16:36 +0200)
committerOlivier Goffart <ogoffart@woboq.com>
Fri, 16 Sep 2016 14:36:46 +0000 (16:36 +0200)
commitda26e597709101834a30c44b410e866cf6642330
tree697aca68eaba9b81f7afa51976adbbf5efd5c3b6
parent3c24d5a14892bc0452cd4a0d922701836b3a1f7b
Chunking-NG: add some headers when uploading chunks

These are not understood by owncloud yet, but were requested for CernBox

OC-Total-Length in the MKCOL: The full lenght of the file
OC-Chunk-Offset in the PUT: The offset within the file in which this chunk belongs
OC-Checksum in the MOVE: The transission checksum
src/libsync/networkjobs.cpp
src/libsync/networkjobs.h
src/libsync/propagateuploadng.cpp