mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #77] [MERGED] Decoder support for new empty meta-block format. #674
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/google/brotli/pull/77
Author: @szabadka
Created: 4/22/2015
Status: ✅ Merged
Merged: 4/22/2015
Merged by: @szabadka
Base:
master← Head:master📝 Commits (1)
a81f2efDecoder support for new empty meta-block format.📊 Changes
2 files changed (+52 additions, -17 deletions)
View changed files
📝
dec/decode.c(+50 -17)📝
dec/state.h(+2 -0)📄 Description
This change enforces the new 16MB limit on the
size of the meta-blocks and adds support for
empty meta-blocks with optional ignored metadata.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.