Discovery: 403 and 503 on root cause error
authorChristian Kamm <mail@ckamm.de>
Wed, 10 Apr 2019 09:07:15 +0000 (11:07 +0200)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:58:48 +0000 (10:58 +0100)
commitc50f041c5b7a391a8b5a4f232c658a96476f2ae5
tree7d79108ce487c52d5f0bea7882151c85021507a4
parent7b96321df2b2aba053d781b60cb7a78b8c803787
Discovery: 403 and 503 on root cause error

Previously these result codes during remote discovery of the sync root
would not cause an error and the discovery would get stuck.

Also extends RemoteDiscovery tests to check for errors on the root item.
src/libsync/discovery.cpp
test/testremotediscovery.cpp