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

Fix bug parsing 0 epoch expiry times #2014

Merged
merged 1 commit into from Mar 26, 2018

Commits on Feb 16, 2018

  1. Fix bug parsing 0 epoch expiry times

    As per guzzle#1952 expiry times
    specified as "Thu, 01 Jan 1970 00:00:00 GMT" should be treated as
    expired, but they weren't because 0 was implicitly casting to a bool in
    SetCookie::isExpired().
    neerolyte committed Feb 16, 2018
    Copy the full SHA
    2a7d3a4 View commit details
    Browse the repository at this point in the history