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 599007d + ab34c4c commit ab98b47Copy full SHA for ab98b47
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