We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a23b75 + 92ac785 commit baeb766Copy full SHA for baeb766
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