v1.0.10
Patches
- (
sirv
) UseCache-Control: no-cache
when bothdev
&etag
are enabled (#90): c8fe11b
By defaultdev
-mode always usedno-store
– but this also means that anyETag
on the response is ignored too. Changing this tono-cache
allows the browser to remember theETag
and send if as theIf-None-Match
header on next request.