[PR #321] [MERGED] feat: upgrade to hyper 1.0 #564

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/321
Author: @sigoden
Created: 12/16/2023
Status: Merged
Merged: 12/21/2023
Merged by: @sigoden

Base: mainHead: feat


📝 Commits (5)

📊 Changes

11 files changed (+593 additions, -507 deletions)

View changed files

📝 Cargo.lock (+260 -125)
📝 Cargo.toml (+18 -14)
src/http_utils.rs (+105 -0)
📝 src/main.rs (+103 -66)
📝 src/server.rs (+63 -40)
src/streamer.rs (+0 -68)
src/tls.rs (+0 -161)
src/unix.rs (+0 -31)
📝 src/utils.rs (+42 -0)
📝 tests/range.rs (+1 -1)
📝 tests/utils.rs (+1 -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/321 **Author:** [@sigoden](https://github.com/sigoden) **Created:** 12/16/2023 **Status:** ✅ Merged **Merged:** 12/21/2023 **Merged by:** [@sigoden](https://github.com/sigoden) **Base:** `main` ← **Head:** `feat` --- ### 📝 Commits (5) - [`167c314`](https://github.com/sigoden/dufs/commit/167c314188161aa29141129e1ff8592efbb589a3) feat: upgrade to hyper 1.0 - [`f1e7d58`](https://github.com/sigoden/dufs/commit/f1e7d587cfd7970408bcdc46337fb6d9474d0e28) eprintln connection error - [`3082293`](https://github.com/sigoden/dufs/commit/3082293b43f8ae04c563a305dcc0bfd6ecfcf39b) update deps - [`d909389`](https://github.com/sigoden/dufs/commit/d90938934b1f2383a988afce3895cac6b02480f0) warning tls-handsharking or connecting error - [`84b17d8`](https://github.com/sigoden/dufs/commit/84b17d80bedc6e87d31de4a3fc935c19d2c29c56) update deps ### 📊 Changes **11 files changed** (+593 additions, -507 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+260 -125) 📝 `Cargo.toml` (+18 -14) ➕ `src/http_utils.rs` (+105 -0) 📝 `src/main.rs` (+103 -66) 📝 `src/server.rs` (+63 -40) ➖ `src/streamer.rs` (+0 -68) ➖ `src/tls.rs` (+0 -161) ➖ `src/unix.rs` (+0 -31) 📝 `src/utils.rs` (+42 -0) 📝 `tests/range.rs` (+1 -1) 📝 `tests/utils.rs` (+1 -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: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#564