You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(sirv) Use Cache-Control: no-cache when both dev & etag are enabled (#90): c8fe11b By default dev-mode always used no-store – but this also means that any ETag on the response is ignored too. Changing this to no-cache allows the browser to remember the ETag and send if as the If-None-Match header on next request.
(sirv-cli): Allow graceful HTTP/1 support when --http2 enabled (#74): 4b419bf Does not affect HTTP/2 clients. Instead, allows HTTP/1.1 clients to connect over HTTPS.
Thank you @ArtskydJ~!