cookies: add expiration
authorYAMADA Yasuharu <yasuharu.yamada@access-company.com>
Tue, 17 Sep 2013 06:51:22 +0000 (15:51 +0900)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 17 Sep 2013 21:25:56 +0000 (23:25 +0200)
commit4cfbb201c4f823ba31ba4b895044088fba6ae535
treedbb7293836bee3126e71f575a2381e3df3d05579
parentdc016567ced8d8e75fe45763f3a54ca483a1c7a2
cookies: add expiration

Implement: Expired Cookies These following situation, curl removes
cookie(s) from struct CookieInfo if the cookie expired.
 - Curl_cookie_add()
 - Curl_cookie_getlist()
 - cookie_output()
lib/cookie.c
tests/data/Makefile.am
tests/data/test1415 [new file with mode: 0644]