Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Close session before reading audio file
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Dec 8, 2017
1 parent fc77c09 commit e4cf6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/plugins/editor.audio/AudioPreviewer.php
Expand Up @@ -82,7 +82,7 @@ public function switchAction(\Psr\Http\Message\ServerRequestInterface $requestIn
throw new FileNotFoundException($node->getPath());
}


session_write_close();
$aSyncReader = new \Pydio\Core\Http\Response\AsyncResponseStream(function () use ($node){

$fileUrl = $node->getUrl();
Expand Down

0 comments on commit e4cf6b5

Please sign in to comment.