[PR #44] [MERGED] fix: range request #440

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

📋 Pull Request Information

Original PR: https://github.com/sigoden/dufs/pull/44
Author: @sigoden
Created: 6/16/2022
Status: Merged
Merged: 6/16/2022
Merged by: @sigoden

Base: mainHead: fix-range-request


📝 Commits (1)

📊 Changes

6 files changed (+226 additions, -64 deletions)

View changed files

📝 Cargo.lock (+22 -0)
📝 Cargo.toml (+2 -1)
📝 src/main.rs (+1 -0)
📝 src/server.rs (+88 -63)
src/streamer.rs (+68 -0)
tests/range.rs (+45 -0)

📄 Description

close #43


🔄 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/44 **Author:** [@sigoden](https://github.com/sigoden) **Created:** 6/16/2022 **Status:** ✅ Merged **Merged:** 6/16/2022 **Merged by:** [@sigoden](https://github.com/sigoden) **Base:** `main` ← **Head:** `fix-range-request` --- ### 📝 Commits (1) - [`41d7de4`](https://github.com/sigoden/dufs/commit/41d7de4c77d2c6a8390ab147817b771a1d446bf6) fix: range request ### 📊 Changes **6 files changed** (+226 additions, -64 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+22 -0) 📝 `Cargo.toml` (+2 -1) 📝 `src/main.rs` (+1 -0) 📝 `src/server.rs` (+88 -63) ➕ `src/streamer.rs` (+68 -0) ➕ `tests/range.rs` (+45 -0) </details> ### 📄 Description close #43 --- <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:52:56 +03:00
zhus closed this issue 2026-04-08 16:52:56 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#440