Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GCS client bug when retrieving object size with size 0 #510

Open
robklg opened this issue May 15, 2024 · 0 comments
Open

GCS client bug when retrieving object size with size 0 #510

robklg opened this issue May 15, 2024 · 0 comments
Assignees

Comments

@robklg
Copy link
Contributor

robklg commented May 15, 2024

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 robklg self-assigned this May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant