Releases: lukeed/sirv
Releases · lukeed/sirv
v0.3.1
v0.3.0
Features
-
(
sirv
) Respond toRange
headers/partial requests correctly! (#19): 135db55Now, larger files (video, PDF, etc) will be served correctly. Previously,
sirv
would ignore the ranged requests and pipe down the entire file at once.
Patches
- (
sirv
) Runningdev
mode will also sendLast-Modified
andContent-Length
headers: 135db55