diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-09-10 21:06:50 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-09-10 21:06:50 +0000 |
commit | 7ff4b4f2b5871900d27f5640f71c41858727fc77 (patch) | |
tree | f4552c3722e81cef33996e40ad7b13f96b7d0c3d /CHANGES | |
parent | 945feafe25b97bdf0d91f49c5452608d66f2e047 (diff) |
- Claes Jakobsson fixed a problem with cookie expiry dates at exctly the epoch
start second "Thu Jan 1 00:00:00 GMT 1970" as the date parser then returns 0
which internally then is treated as a session cookie. That particular date
is now made to get the value of 1.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ Changelog +Daniel Stenberg (10 Sep 2009) +- Claes Jakobsson fixed a problem with cookie expiry dates at exctly the epoch + start second "Thu Jan 1 00:00:00 GMT 1970" as the date parser then returns 0 + which internally then is treated as a session cookie. That particular date + is now made to get the value of 1. + Daniel Stenberg (2 Sep 2009) - Daniel Johnson found a flaw in the code converting sftp-errors to libcurl errors. |