Update common.php

This commit is contained in:
qkqpttgf 2020-03-05 15:08:16 +08:00 committed by GitHub
parent 403b262724
commit c70d2d8f7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -652,6 +652,7 @@ function main($path)
error_log('Range:'.$head['Content-Range'].' end:'.$e.' total:'.$t);
$s = $e+1;
if ($s==$t) $response['stat'] = 200;
@ob_start();
echo $response['body'];
@ob_flush();
flush();