mirror of
https://github.com/moparisthebest/curl
synced 2025-03-01 09:51:46 -05:00
improved the test
This commit is contained in:
parent
8d52681e1d
commit
9e5dfc15ac
@ -644,10 +644,8 @@ int main(int argc, char **argv)
|
|||||||
struct CookieInfo *c=NULL;
|
struct CookieInfo *c=NULL;
|
||||||
if(argc>1) {
|
if(argc>1) {
|
||||||
c = Curl_cookie_init(argv[1], c);
|
c = Curl_cookie_init(argv[1], c);
|
||||||
c = Curl_cookie_init(argv[1], c);
|
|
||||||
c = Curl_cookie_init(argv[1], c);
|
|
||||||
|
|
||||||
Curl_cookie_add(c, TRUE, "PERSONALIZE=none;expires=Monday, 13-Jun-1988 03:04:55 GMT; domain=.fidelity.com; path=/ftgw; secure");
|
Curl_cookie_add(c, TRUE, "PERSONALIZE=none;expires=Monday, 13-Jun-1988 03:04:55 GMT; domain=.fidelity.com; path=/ftgw; secure");
|
||||||
|
c = Curl_cookie_init(argv[1], c);
|
||||||
|
|
||||||
Curl_cookie_output(c);
|
Curl_cookie_output(c);
|
||||||
Curl_cookie_cleanup(c);
|
Curl_cookie_cleanup(c);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user