Fixed serving content w/o ranges caused errors
This commit is contained in:
parent
f8514bfdc7
commit
f12ce7a7c5
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ class NetworkingService
|
|||
$this->httpHelper->setHeader('Content-Length', $fileSize);
|
||||
$this->httpHelper->setResponseCode(200);
|
||||
readfile($fullPath);
|
||||
exit;
|
||||
}
|
||||
|
||||
list ($param, $range) = explode('=', $range);
|
||||
|
|
Loading…
Reference in a new issue