Support Last-Modified
header for static files
#2244
Labels
enhancement
good first issue
Comment on this issue if you'd like to volunteer to work on this. Thanks!
needs contributor
Comment on this issue if you'd like to volunteer to work on this. Thanks!
Milestone
Render the
Last-Modified
header when serving static files. We are already performing.stat()
on the open file handle, so we should have the required modification date.When serving, also check the If-Modified-Since header, and render
HTTP 304 Not Modified
if appropriate.This issue is very similar to #2243, but probably slightly easier, so maybe this one could be taken first.
The text was updated successfully, but these errors were encountered: