libunftp icon indicating copy to clipboard operation
libunftp copied to clipboard

GCS client bug when retrieving object size with size 0

Open robklg opened this issue 9 months ago • 0 comments

GCS client sends a range header with bytes="{}-", start_pos even if start_pos is 0. If the object that is being retrieved is of size 0, then GCS returns 416 - range not satisfiable. So we should not send bytes range starting from 0.

robklg avatar May 15 '24 16:05 robklg