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