Merge pull request #23268 from owncloud/range-requests-should-not-block-the-session

Close session for publicwebdav
This commit is contained in:
Thomas Müller 2016-04-18 09:23:39 +02:00
commit 85d809c0d3
1 changed files with 1 additions and 0 deletions

View File

@ -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(