[PR #470] [MERGED] Update #1098

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

📋 Pull Request Information

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

Base: masterHead: master


📝 Commits (1)

📊 Changes

7 files changed (+5862 additions, -11206 deletions)

View changed files

📝 enc/brotli_bit_stream.c (+0 -1)
📝 enc/static_dict_lut.h (+5827 -11204)
📝 java/dec/BitReader.java (+8 -0)
📝 java/dec/BrotliInputStream.java (+8 -0)
📝 java/dec/Decode.java (+4 -0)
📝 java/dec/RunningState.java (+1 -0)
📝 java/dec/State.java (+14 -1)

📄 Description

  • condense generated static_dict_lut.h
  • implement BrotliInputStream.close()

🔄 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/470 **Author:** [@eustas](https://github.com/eustas) **Created:** 11/30/2016 **Status:** ✅ Merged **Merged:** 11/30/2016 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`36a5f0d`](https://github.com/google/brotli/commit/36a5f0ddd3bb67d3e713edb776eb86279052c711) Update ### 📊 Changes **7 files changed** (+5862 additions, -11206 deletions) <details> <summary>View changed files</summary> 📝 `enc/brotli_bit_stream.c` (+0 -1) 📝 `enc/static_dict_lut.h` (+5827 -11204) 📝 `java/dec/BitReader.java` (+8 -0) 📝 `java/dec/BrotliInputStream.java` (+8 -0) 📝 `java/dec/Decode.java` (+4 -0) 📝 `java/dec/RunningState.java` (+1 -0) 📝 `java/dec/State.java` (+14 -1) </details> ### 📄 Description * condense generated `static_dict_lut.h` * implement `BrotliInputStream.close()` --- <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:52:30 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1098