-
Notifications
You must be signed in to change notification settings - Fork 522
Open
Labels
Description
Describe the bug
Changes in #1272 seem to have broken the download from an azure store.
Since Offset
provided by GetOffset
is used in unrouted_handler
to determine content-length the content-length for an uploaded blob is now always 0, because there are no more uncomitted blobs.
To Reproduce
- Upload blob using azure store
- Try to download blob
- Get 204 no content
Expected behavior
Content is served
Setup details
n.a.