mirror of
https://github.com/rclone/rclone
synced 2025-03-28 12:23:07 +01:00

In 05f128868f47b1b5 azureblob: add --azureblob-no-head-object we incorrectly parsed the size of the object as the Content-Length of the returned header. This is incorrect in the presense of Range requests. This fixes the problem by parsing the Content-Range header if avaialble to read the correct length from if a Range request was issued. See: #5734