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

Handle invalid date for robustness #594

Closed
wants to merge 3 commits into from

Commits on Nov 11, 2016

  1. Reduce redundant method call

    Because element.date_time is already DateTime in normal case.
    okkez committed Nov 11, 2016
    Copy the full SHA
    c6f738b View commit details
    Browse the repository at this point in the history
  2. Handle invalid date without exception in Received header

    This change can improve robustness.
    okkez committed Nov 11, 2016
    Copy the full SHA
    26cc452 View commit details
    Browse the repository at this point in the history
  3. Handle invalid date without exception in Date header

    This change can improve robustness.
    okkez committed Nov 11, 2016
    Copy the full SHA
    0ce3d04 View commit details
    Browse the repository at this point in the history