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
It is uncommon, but possible, for a higher-level reader to provide a 0-length buffer. According to the documentation the function should then return Ok(0). Unfortunately this is not the case with zstd.
It is uncommon, but possible, for a higher-level reader to provide a 0-length buffer. According to the documentation the function should then return
Ok(0)
. Unfortunately this is not the case with zstd.Here's a quick way to reproduce:
The error is indeed rather unhelpful. :)
It should be a very easy fix! Something like this:
The text was updated successfully, but these errors were encountered: