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
In the brotli format, there is a bit in the metablock header that is reserved for future use. It's currently required to be a zero; if there is a one there, it indicates that an incompatible new feature of the format is being used. So an older decoder that doesn't understand the new feature needs to exit with an error. (Note that this new feature is only theoretical; it's not that there actually is a feature that uses that bit yet.)
With some data, I'm seeing this error while it works with the rest. What does this error mean and how can I solve it?
This is my code:
The text was updated successfully, but these errors were encountered: