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;
|
||||
if(argc>1) {
|
||||
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");
|
||||
c = Curl_cookie_init(argv[1], c);
|
||||
|
||||
Curl_cookie_output(c);
|
||||
Curl_cookie_cleanup(c);
|
||||
|
Loading…
Reference in New Issue
Block a user