[PR #345] [MERGED] Update decoder #943

Open
opened 2026-01-29 20:51:46 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/345
Author: @eustas
Created: 5/11/2016
Status: Merged
Merged: 5/11/2016
Merged by: @eustas

Base: masterHead: master


📝 Commits (1)

📊 Changes

3 files changed (+230 additions, -161 deletions)

View changed files

📝 dec/decode.c (+179 -159)
📝 dec/decode.h (+49 -0)
📝 dec/state.h (+2 -2)

📄 Description

  • Added BrotliGetErrorCode
  • fixed check of padding bits after last block

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/345 **Author:** [@eustas](https://github.com/eustas) **Created:** 5/11/2016 **Status:** ✅ Merged **Merged:** 5/11/2016 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`021f6fe`](https://github.com/google/brotli/commit/021f6fe37df1c1629dd6ae2ebc598ee78a1c591a) Update decoder: ### 📊 Changes **3 files changed** (+230 additions, -161 deletions) <details> <summary>View changed files</summary> 📝 `dec/decode.c` (+179 -159) 📝 `dec/decode.h` (+49 -0) 📝 `dec/state.h` (+2 -2) </details> ### 📄 Description - Added BrotliGetErrorCode - fixed check of padding bits after last block --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:51:46 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#943