feat: (WIP) range requests

This commit is contained in:
2024-12-15 23:22:31 +00:00
parent 43df59414d
commit 4aa51fa41f
3 changed files with 105 additions and 8 deletions

7
Cargo.lock generated
View File

@ -1611,6 +1611,12 @@ dependencies = [
"pin-project-lite",
]
[[package]]
name = "http-range-header"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c"
[[package]]
name = "httparse"
version = "1.9.4"
@ -2957,6 +2963,7 @@ dependencies = [
"config",
"ffmpeg-rs-raw",
"hex",
"http-range-header",
"libc",
"log",
"mime2ext",