[PR #720] [MERGED] refactor: replace async-zip with async-deflate-zip #9106

Closed
opened 2026-06-12 20:25:12 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sigoden/dufs/pull/720
Author: @sigoden
Created: 6/12/2026
Status: Merged
Merged: 6/12/2026
Merged by: @sigoden

Base: mainHead: refactor


📝 Commits (1)

  • bdc3fd5 refactor: replace async-zip with async-deflate-zip

📊 Changes

5 files changed (+82 additions, -160 deletions)

View changed files

📝 Cargo.lock (+59 -122)
📝 Cargo.toml (+1 -2)
📝 src/args.rs (+5 -5)
📝 src/server.rs (+16 -15)
📝 src/utils.rs (+1 -16)

📄 Description

It is because async-zip does not support setting the compress level when streaming, or the setting does not take effect.


🔄 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/sigoden/dufs/pull/720 **Author:** [@sigoden](https://github.com/sigoden) **Created:** 6/12/2026 **Status:** ✅ Merged **Merged:** 6/12/2026 **Merged by:** [@sigoden](https://github.com/sigoden) **Base:** `main` ← **Head:** `refactor` --- ### 📝 Commits (1) - [`bdc3fd5`](https://github.com/sigoden/dufs/commit/bdc3fd5eef65ad5f607dbe659f69322898b9b212) refactor: replace async-zip with async-deflate-zip ### 📊 Changes **5 files changed** (+82 additions, -160 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+59 -122) 📝 `Cargo.toml` (+1 -2) 📝 `src/args.rs` (+5 -5) 📝 `src/server.rs` (+16 -15) 📝 `src/utils.rs` (+1 -16) </details> ### 📄 Description It is because async-zip does not support setting the compress level when streaming, or the setting does not take effect. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-06-12 20:25:12 +03:00
zhus closed this issue 2026-06-12 20:25:13 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#9106