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

Properly serve 304 errors #90

Closed
wants to merge 1 commit into from
Closed

Properly serve 304 errors #90

wants to merge 1 commit into from

Commits on Jan 6, 2016

  1. Properly serve 304 errors

    Due to PHP type-matching, "$remote_mod_time != 0" is always FALSE, so a 304 header would never be served. This fixes the issue so that 304 headers are properly served.
    sarahlicity committed Jan 6, 2016
    Copy the full SHA
    c83b9ad View commit details
    Browse the repository at this point in the history