Closed kulmann closed 1 year ago
Same as https://github.com/owncloud/owncloud-sdk/pull/1109 but now for master:
master
If a fileInfo (= propfind with depth 0) returns a status code 425 TOO EARLY we'll set a processing flag in the fileInfo object.
fileInfo
425 TOO EARLY
processing
Kudos, SonarCloud Quality Gate passed!
0 Bugs 0 Vulnerabilities 0 Security Hotspots 0 Code Smells
0.0% Coverage 0.0% Duplication
Same as https://github.com/owncloud/owncloud-sdk/pull/1109 but now for
master
:If a
fileInfo
(= propfind with depth 0) returns a status code425 TOO EARLY
we'll set aprocessing
flag in the fileInfo object.