Loading docs/examples/cookie_interface.c +1 −1 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ main(void) print_cookies(curl); printf("Erasing curl's knowledge of cookies!\n"); curl_easy_setopt(curl, CURLOPT_COOKIELIST, NULL); curl_easy_setopt(curl, CURLOPT_COOKIELIST, "ALL"); print_cookies(curl); Loading Loading
docs/examples/cookie_interface.c +1 −1 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ main(void) print_cookies(curl); printf("Erasing curl's knowledge of cookies!\n"); curl_easy_setopt(curl, CURLOPT_COOKIELIST, NULL); curl_easy_setopt(curl, CURLOPT_COOKIELIST, "ALL"); print_cookies(curl); Loading