Skip to content

Commit a431bc4

Browse files
committed
SSE-based directory size handling
This allows us to cancel stale clients and in general be much nicer and more modern.
1 parent 5c2152e commit a431bc4

File tree

5 files changed

+401
-104
lines changed

5 files changed

+401
-104
lines changed

Cargo.lock

Lines changed: 167 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ actix-files = "0.6.5"
2222
actix-multipart = "0.7"
2323
actix-web = { version = "4", features = ["macros", "compress-brotli", "compress-gzip", "compress-zstd"], default-features = false }
2424
actix-web-httpauth = "0.8"
25+
actix-web-lab = "0.24.0"
2526
alphanumeric-sort = "1"
2627
anyhow = "1"
2728
async-walkdir = "2.1.0"

0 commit comments

Comments
 (0)