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
The first-byte-pos value in a byte-range-spec gives the byte-offset of the first byte in a range. The last-byte-pos value gives the byte-offset of the last byte in the range; that is, the byte positions specified are inclusive. Byte offsets start at zero.
... ...
the function is returning range is not correct, the if the file size is 100331 the last range tuple is 100330!
https://github.com/galeo/pyflit/blob/master/pyflit/flit.py#L420
The text was updated successfully, but these errors were encountered: