- Dima Barsky made the curl cookie parser accept cookies even with blank or
authorDaniel Stenberg <daniel@haxx.se>
Sun, 25 Oct 2009 18:15:14 +0000 (18:15 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 25 Oct 2009 18:15:14 +0000 (18:15 +0000)
commit448d2b5f491067f110e96c4a60342d0c34dd7010
treeb54da8c69276d819718665cec680bcc1ee6ef5f4
parent7867d442514ca2da5f33bc928fa37c442085ade3
- 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.
CHANGES
RELEASE-NOTES
lib/cookie.c
tests/data/test31
tests/data/test8