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
tl;dr: If you send a header Range: bytes=-8 it should return the last 8 bytes of the file, but instead it returns the first 9 bytes as if Range: bytes=0-8 had been passed.