summaryrefslogtreecommitdiffstats
path: root/apps/dav
diff options
context:
space:
mode:
authorThomas Müller <DeepDiver1975@users.noreply.github.com>2016-04-18 09:23:39 +0200
committerThomas Müller <DeepDiver1975@users.noreply.github.com>2016-04-18 09:23:39 +0200
commit85d809c0d3cda16e9ef12f57c4225c868b17915b (patch)
treedd8f929c04123d011598eee47900fbf071be4af8 /apps/dav
parentd5dbd4e0516b19ae77b555d286022714b5c44472 (diff)
parent718385450986c3156edab4f98bf256ebeab03164 (diff)
downloadnextcloud-server-85d809c0d3cda16e9ef12f57c4225c868b17915b.tar.gz
nextcloud-server-85d809c0d3cda16e9ef12f57c4225c868b17915b.zip
Merge pull request #23268 from owncloud/range-requests-should-not-block-the-session
Close session for publicwebdav
Diffstat (limited to 'apps/dav')
-rw-r--r--apps/dav/appinfo/v1/publicwebdav.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/dav/appinfo/v1/publicwebdav.php b/apps/dav/appinfo/v1/publicwebdav.php
index b26e9ebe7c8..43fedb19415 100644
--- a/apps/dav/appinfo/v1/publicwebdav.php
+++ b/apps/dav/appinfo/v1/publicwebdav.php
@@ -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(