ensure that bulk upload network job errors are handled
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Thu, 10 Feb 2022 15:40:15 +0000 (16:40 +0100)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Fri, 11 Feb 2022 08:44:20 +0000 (09:44 +0100)
commite4590d7a3b4dd6f29ffdc64f8c606f463042104c
tree29df98341c31c0457fc44ce1c953408c21af6ceb
parent19fc7c0485de0b2f541d67751d48d7d3466d1c85
ensure that bulk upload network job errors are handled

in case we get a network error during bulk propagator POST network
request, report all files within this upload as files in error that will
then be sent using the plain old WebDAV protocol

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/libsync/bulkpropagatorjob.cpp
test/testsyncengine.cpp