Skip to content

Properly serve 304 errors#90

Closed
sarahlicity wants to merge 1 commit into
Automattic:masterfrom
sarahlicity:patch-1
Closed

Properly serve 304 errors#90
sarahlicity wants to merge 1 commit into
Automattic:masterfrom
sarahlicity:patch-1

Conversation

@sarahlicity
Copy link
Copy Markdown

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.

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 sarahlicity deleted the patch-1 branch January 14, 2016 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant