mirror of
https://github.com/rclone/rclone.git
synced 2026-09-13 14:49:29 -04:00
Add response validation for calls made with Range open options. Verify Content-Range, Content-Length, response status, and the complete representation size before a backend accepts the response body. Return a shared sentinel when a server ignores a partial range so callers can avoid retrying the same unsupported request.