mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 17:04:01 +01:00
415eeca6cf
Before this change a range request on a 0 length file would fail $ rclone cat --head 128 drive:test/emptyfile ERROR : open file failed: googleapi: Error 416: Request range not satisfiable, requestedRangeNotSatisfiable To fix this we remove Range: headers on requests for zero length files. |
||
---|---|---|
.. | ||
test | ||
drive_internal_test.go | ||
drive_test.go | ||
drive_unsupported.go | ||
drive.go | ||
upload.go |