Skip to content

Conversation

@NobodyXu
Copy link
Collaborator

@NobodyXu NobodyXu commented Dec 7, 2025

Ensure the header is valid, gzip wikipedia says that:

Two least significant bytes of the CRC-32 (ISO 3309) of all bytes in the gzip file up to (not including) this field.

Ensure the header is valid

Signed-off-by: Jiahao XU <[email protected]>
@NobodyXu NobodyXu marked this pull request as draft December 7, 2025 14:04
Signed-off-by: Jiahao XU <[email protected]>
Signed-off-by: Jiahao XU <[email protected]>
Signed-off-by: Jiahao XU <[email protected]>
Signed-off-by: Jiahao XU <[email protected]>
Signed-off-by: Jiahao XU <[email protected]>
Signed-off-by: Jiahao XU <[email protected]>
Signed-off-by: Jiahao XU <[email protected]>
Signed-off-by: Jiahao XU <[email protected]>
Signed-off-by: Jiahao XU <[email protected]>
@NobodyXu NobodyXu marked this pull request as ready for review December 8, 2025 06:39
@NobodyXu NobodyXu requested review from Nemo157 and robjtede December 8, 2025 07:05
@NobodyXu
Copy link
Collaborator Author

If there's no objection, I'd like to merge this tomorrow

@NobodyXu NobodyXu added this pull request to the merge queue Dec 11, 2025
Merged via the queue into main with commit 056b8c0 Dec 11, 2025
55 of 58 checks passed
@NobodyXu NobodyXu deleted the NobodyXu-patch-1 branch December 11, 2025 07:06
@codecov
Copy link

codecov bot commented Dec 11, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (5574102) to head (5e79764).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@     Coverage Diff     @@
##   main   #432   +/-   ##
===========================
===========================

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions github-actions bot mentioned this pull request Dec 11, 2025
github-merge-queue bot pushed a commit that referenced this pull request Dec 11, 2025
## 🤖 New release

* `compression-codecs`: 0.4.34 -> 0.4.35 (✓ API compatible changes)
* `async-compression`: 0.4.35 -> 0.4.36

<details><summary><i><b>Changelog</b></i></summary><p>

## `compression-codecs`

<blockquote>

##
[0.4.35](compression-codecs-v0.4.34...compression-codecs-v0.4.35)
- 2025-12-11

### Other

- Add Crc checksum validation for gzip::header::Parser
([#432](#432))
</blockquote>

## `async-compression`

<blockquote>


##
[0.4.36](async-compression-v0.4.35...async-compression-v0.4.36)
- 2025-12-11

### Other

- updated the following local packages: compression-codecs
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
DorianNiemiecSVRJS pushed a commit to DorianNiemiecSVRJS/async-compression that referenced this pull request Dec 21, 2025
Ensure the header is valid, [gzip
wikipedia](https://en.wikipedia.org/wiki/Gzip) says that:

> Two least significant bytes of the
[CRC-32](https://en.wikipedia.org/wiki/CRC-32) (ISO 3309) of all bytes
in the gzip file up to (not including) this field.

---------

Signed-off-by: Jiahao XU <[email protected]>
DorianNiemiecSVRJS pushed a commit to DorianNiemiecSVRJS/async-compression that referenced this pull request Dec 21, 2025
## 🤖 New release

* `compression-codecs`: 0.4.34 -> 0.4.35 (✓ API compatible changes)
* `async-compression`: 0.4.35 -> 0.4.36

<details><summary><i><b>Changelog</b></i></summary><p>

## `compression-codecs`

<blockquote>

##
[0.4.35](Nullus157/async-compression@compression-codecs-v0.4.34...compression-codecs-v0.4.35)
- 2025-12-11

### Other

- Add Crc checksum validation for gzip::header::Parser
([Nullus157#432](Nullus157#432))
</blockquote>

## `async-compression`

<blockquote>

##
[0.4.36](Nullus157/async-compression@async-compression-v0.4.35...async-compression-v0.4.36)
- 2025-12-11

### Other

- updated the following local packages: compression-codecs
</blockquote>

</p></details>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants