1
0
mirror of https://github.com/rclone/rclone.git synced 2025-02-09 13:13:53 +02:00
Nick Craig-Wood 4f8dab8bce zoho: fix downloads with Range: header returning the wrong data
Zoho has started returning the results from Range: requests with a 200
response code rather than the technically correct 206 error code.

Before this change this triggered workaround code to deal with Zoho
not obeying Range: requests properly.

This fix tests the returned header for a Content-Range: header and if
it exists assumes it is a valid reply to the Range: request despite
the status being 200.

This problem was spotted by the integration tests.
2023-06-14 17:43:26 +01:00
..
2023-04-04 16:33:48 +01:00
2022-11-07 11:41:47 +00:00
2023-03-25 09:31:36 +01:00
2022-11-07 11:41:47 +00:00
2022-11-07 11:41:47 +00:00
2022-11-07 11:41:47 +00:00