Close session for publicwebdav
We need to close the session otherwise streaming will lead to a blocked ownCloud.
This commit is contained in:
parent
ad9a0804f3
commit
7183854509
|
@ -30,6 +30,7 @@ $RUNTIME_APPTYPES = ['filesystem', 'authentication', 'logging'];
|
|||
OC_App::loadApps($RUNTIME_APPTYPES);
|
||||
|
||||
OC_Util::obEnd();
|
||||
\OC::$server->getSession()->close();
|
||||
|
||||
// Backends
|
||||
$authBackend = new OCA\DAV\Connector\PublicAuth(\OC::$server->getConfig());
|
||||
|
|
Loading…
Reference in New Issue