microsoft / ga4gh-tes

C# implementation of the GA4GH TES API; provides distributed batch task execution on Microsoft Azure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Runner fails to download empty files.

giventocode opened this issue · comments

When attempting to download an empty file, the runner makes a GET request using the range 0-0. However, the request fails with a 416 error.

Additional information: If the request is directed to the storage emulator (Azurite), it succeeds and returns an empty body