[PR #323] [MERGED] refactor: optimize http range parsing and handling #565

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

📋 Pull Request Information

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

Base: mainHead: refactor-range


📝 Commits (1)

  • e388070 refactor: optimize http range parsing and handling

📊 Changes

4 files changed (+89 additions, -73 deletions)

View changed files

📝 src/main.rs (+2 -2)
📝 src/server.rs (+13 -42)
📝 src/utils.rs (+71 -22)
📝 tests/range.rs (+3 -7)

📄 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/323 **Author:** [@sigoden](https://github.com/sigoden) **Created:** 12/21/2023 **Status:** ✅ Merged **Merged:** 12/21/2023 **Merged by:** [@sigoden](https://github.com/sigoden) **Base:** `main` ← **Head:** `refactor-range` --- ### 📝 Commits (1) - [`e388070`](https://github.com/sigoden/dufs/commit/e3880706edde2dc4f5071b8016ddf2f7337e114f) refactor: optimize http range parsing and handling ### 📊 Changes **4 files changed** (+89 additions, -73 deletions) <details> <summary>View changed files</summary> 📝 `src/main.rs` (+2 -2) 📝 `src/server.rs` (+13 -42) 📝 `src/utils.rs` (+71 -22) 📝 `tests/range.rs` (+3 -7) </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:27 +03:00
zhus closed this issue 2026-04-08 16:53:27 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#565