Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StaticFiles: Fix cache validation bug for deleted files in html mode #1023

Merged
merged 3 commits into from Feb 5, 2021

Commits on Aug 9, 2020

  1. StaticFiles: Fix cache validation bug for deleted files in html mode

    Previously StaticFiles would return 304 for a deleted file if its
    Last-Modified date was the same as that of 404.html
    jvstme committed Aug 9, 2020
    Copy the full SHA
    d83925d View commit details
    Browse the repository at this point in the history
  2. Use black formatter

    jvstme committed Aug 9, 2020
    Copy the full SHA
    868805a View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Copy the full SHA
    d8f0998 View commit details
    Browse the repository at this point in the history