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
As you can see, chunk.length is incorrect for a data stram of 20 bytes (20 << 1024). When used with fat=True, I can ascertain the true size but that is needless using extra memory.
The text was updated successfully, but these errors were encountered:
When a chunk is smaller than
min_size
, such as a small file/stream , the reported size is incorrect.Consider the following example:
Out:
As you can see, chunk.length is incorrect for a data stram of 20 bytes (20 << 1024). When used with
fat=True
, I can ascertain the true size but that is needless using extra memory.The text was updated successfully, but these errors were encountered: