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

Changed Last-Modified HTTP header format #243

Merged
merged 1 commit into from Mar 3, 2016
Merged

Conversation

susuper
Copy link
Contributor

@susuper susuper commented Mar 3, 2016

According to RFC2616, dates in HTTP headers should be in this format: "Thu, 03 Mar 2016 07:08:48 GMT".
Current implementation uses PHP constant "DATE_RFC1123" which produces date like this: "Thu, 03 Mar 2016 07:10:03 +0000".

mikecao added a commit that referenced this pull request Mar 3, 2016
Changed Last-Modified HTTP header format
@mikecao mikecao merged commit 8bd0bdd into flightphp:master Mar 3, 2016
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.

None yet

2 participants