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
Add cache control headers to http static file handler + a few more mi… (#2470)
* Add cache control headers to http static file handler + a few more mime types
* Remove Cache-Control header from static file handler
* Undo extra mime types in static file handler
* Fix code review issues:
* use HTTP.rfc3339_date formatter
* parse time value from If-Modified-Since header
* compare header and mtime as older or equals
* use `headers["If-Modified-Since"]?`
0 commit comments