diff options
Diffstat (limited to 'inc/httputils.php')
-rw-r--r-- | inc/httputils.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/httputils.php b/inc/httputils.php index 271b8272f..c55e9ab0d 100644 --- a/inc/httputils.php +++ b/inc/httputils.php @@ -154,6 +154,7 @@ function http_rangeRequest($fh,$size,$mime){ echo HTTP_HEADER_LF.'--'.HTTP_MULTIPART_BOUNDARY.HTTP_HEADER_LF; echo "Content-Type: $mime".HTTP_HEADER_LF; echo "Content-Range: bytes $start-$end/$size".HTTP_HEADER_LF; + echo HTTP_HEADER_LF; }else{ header("Content-Length: $len"); if($isrange){ |