You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using SplitStrategy::Split, the new downloader assumes that a get request is for a HashSeq, and tries to split it. This won't work if it is a raw blob.
In any case, I think Split is not a good default for the downloader, the default should be sequential.