diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-10-25 18:15:14 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-10-25 18:15:14 +0000 |
commit | 448d2b5f491067f110e96c4a60342d0c34dd7010 (patch) | |
tree | b54da8c69276d819718665cec680bcc1ee6ef5f4 /CHANGES | |
parent | 7867d442514ca2da5f33bc928fa37c442085ade3 (diff) |
- Dima Barsky made the curl cookie parser accept cookies even with blank or
unparsable expiry dates and then treat them as session cookies - previously
libcurl would reject cookies with a date format it couldn't parse. Research
shows that the major browser treat such cookies as session cookies. I
modified test 8 and 31 to verify this.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,6 +6,13 @@ Changelog +Daniel Stenberg (25 Oct 2009) +- Dima Barsky made the curl cookie parser accept cookies even with blank or + unparsable expiry dates and then treat them as session cookies - previously + libcurl would reject cookies with a date format it couldn't parse. Research + shows that the major browser treat such cookies as session cookies. I + modified test 8 and 31 to verify this. + Daniel Stenberg (21 Oct 2009) - Attempt to use pkg-config for finding out libssh2 installation details during configure. |