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