There was an error while loading. Please reload this page.
1 parent 7430bf3 commit 92ac785Copy full SHA for 92ac785
1 file changed
apps/dav/lib/Connector/Sabre/ServerFactory.php
@@ -79,7 +79,12 @@ public function createServer(
79
$useCollection = $isPublicShare && !$needsSharesInRoot;
80
$debugEnabled = $this->config->getSystemValue('debug', false);
81
[$tree, $rootCollection] = $this->getTree($useCollection);
82
+
83
+ // Set streaming of PROPFIND responses
84
+ Server::$streamMultiStatus = true;
85
86
$server = new Server($tree);
87
88
// Set URL explicitly due to reverse-proxy situations
89
$server->httpRequest->setUrl($requestUri);
90
$server->setBaseUri($baseUri);
0 commit comments