Results 1 issues of leaf

``` example request header Range: bytes=0-2000 response header Content-Range: bytes 0-2000/4932 ``` but the library use `$this->server['HTTP_CONTENT_RANGE']` in `FileUpload.php` to judge if chunked, is it correct?