arunaengine / proxy

DEPRECATED: See https://github.com/ArunaStorage/aruna/tree/main/components/data_proxy for latest release
Apache License 2.0
5 stars 0 forks source link

Broken Ranges #56

Closed St4NNi closed 11 months ago

St4NNi commented 11 months ago

Range request will sometimes result in too few bytes resulting in an EOF error.

The appropriate application of the internal filtering have to be checked.

das-Abroxas commented 11 months ago

Forgot to mention the issue in the commit, so here's a quick update. The problem should finally be fixed with the commit c295320b24081023eada7bd800d173e2edbf4f6f.

In addition, a fallback mechanism has been implemented that allows range requests to work against large files that (for whatever reason) do not have an aruna-file footer.

I will close the issue for now.