We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According to the spec, the size of the block parameters is variable, but not defined anywhere in the block.
This is not a good idea, since a generic reader will not know how to skip past block types that may be defined in the future.
Two possible solutions are suggested:
You should also be explicit about whether the block size includes or does not include the size of the checksum.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
According to the spec, the size of the block parameters is variable, but not defined anywhere in the block.
This is not a good idea, since a generic reader will not know how to skip past block types that may be defined in the future.
Two possible solutions are suggested:
You should also be explicit about whether the block size includes or does not include the size of the checksum.
The text was updated successfully, but these errors were encountered: