mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2024-12-24 06:05:55 -05:00
update http-serve to fix erroneous 304
This mostly affects .mp4 init segments (#146), which currently set the Last-Modified: date to the epoch. It could also affect other resources (static files, other .mp4 changes) but only if the clock has gone backwards.
This commit is contained in:
parent
5c3c61838f
commit
4892ed77d1
4
server/Cargo.lock
generated
4
server/Cargo.lock
generated
@ -916,9 +916,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "http-serve"
|
||||
version = "0.3.2"
|
||||
version = "0.3.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f0741b8d9d8a13119ba18ab3e57aeae3626654b0964761f8132cc9619b27d72a"
|
||||
checksum = "253e214b792b5f3dd7a610b5405218cf7ce3648ec47c3d301160b6736210b3cd"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"flate2",
|
||||
|
Loading…
Reference in New Issue
Block a user