mirror of
https://github.com/rclone/rclone.git
synced 2025-07-14 11:15:35 +02:00
In
05f128868f
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