[PR #319] [MERGED] feat: add --compress option #562

Closed
opened 2026-04-08 16:53:26 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sigoden/dufs/pull/319
Author: @sigoden
Created: 12/14/2023
Status: Merged
Merged: 12/14/2023
Merged by: @sigoden

Base: mainHead: feat-compress


📝 Commits (1)

  • 45464dd feat: add --compress option

📊 Changes

6 files changed (+135 additions, -10 deletions)

View changed files

📝 Cargo.lock (+49 -0)
📝 Cargo.toml (+1 -1)
📝 README.md (+3 -0)
📝 src/args.rs (+63 -6)
📝 src/server.rs (+13 -2)
📝 tests/http.rs (+6 -1)

📄 Description

No description provided


🔄 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/319 **Author:** [@sigoden](https://github.com/sigoden) **Created:** 12/14/2023 **Status:** ✅ Merged **Merged:** 12/14/2023 **Merged by:** [@sigoden](https://github.com/sigoden) **Base:** `main` ← **Head:** `feat-compress` --- ### 📝 Commits (1) - [`45464dd`](https://github.com/sigoden/dufs/commit/45464ddc105fa2bdfdd26070f574020484587059) feat: add `--compress` option ### 📊 Changes **6 files changed** (+135 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+49 -0) 📝 `Cargo.toml` (+1 -1) 📝 `README.md` (+3 -0) 📝 `src/args.rs` (+63 -6) 📝 `src/server.rs` (+13 -2) 📝 `tests/http.rs` (+6 -1) </details> ### 📄 Description _No description provided_ --- <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-04-08 16:53:26 +03:00
zhus closed this issue 2026-04-08 16:53:26 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#562