Update common.php

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

View File

@ -633,6 +633,8 @@ function main($path)
}
//Content-Length: 387780
//Content-Range: bytes 0-387779/387780
//"Content-Type": "application\/octet-stream",
//"Accept-Ranges": "bytes",
// $head['Content-Range']
error_log('Header2usr:'.json_encode($head,JSON_PRETTY_PRINT));
return output( $response['body'], $response['stat'], $head, true );