mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Fixed serving content w/o ranges caused errors
This commit is contained in:
@ -50,6 +50,7 @@ class NetworkingService
|
||||
$this->httpHelper->setHeader('Content-Length', $fileSize);
|
||||
$this->httpHelper->setResponseCode(200);
|
||||
readfile($fullPath);
|
||||
exit;
|
||||
}
|
||||
|
||||
list ($param, $range) = explode('=', $range);
|
||||
|
Reference in New Issue
Block a user