refactor(server): unify TLS loading, optimize HTTP transport, add hot reload (#2388)

This commit is contained in:
houseme
2026-04-04 06:37:24 +08:00
committed by GitHub
parent 0ac3b5b992
commit 372f004a8d
8 changed files with 1015 additions and 471 deletions
+1
View File
@@ -47,6 +47,7 @@ webdav = ["rustfs-protocols/webdav"]
license = []
direct-io = [] # Aligned direct I/O reader support (uses aligned pread, does not set O_DIRECT)
io-scheduler-debug = [] # Enable debug information in I/O scheduler
tracing-chunk-debug = [] # Enable per-chunk tracing in data plane (high noise, for debugging only)
full = ["metrics-gpu", "ftps", "swift", "webdav", "direct-io"]
manual-test-runners = []