mirror of
https://github.com/curl/curl.git
synced 2026-07-26 09:17:17 +03:00
- I'm abandoning the system with the web site mirrors (but keeping download
files bing mirrored) and thus I've changed the URL in the cookiejar header to no longer use curlm.haxx.se but instead use the main site curl.haxx.se
This commit is contained in:
parent
bf8ba229e0
commit
e138ae5ec9
10 changed files with 14 additions and 10 deletions
|
|
@ -990,7 +990,7 @@ int Curl_cookie_output(struct CookieInfo *c, const char *dumphere)
|
|||
char *format_ptr;
|
||||
|
||||
fputs("# Netscape HTTP Cookie File\n"
|
||||
"# http://curlm.haxx.se/rfc/cookie_spec.html\n"
|
||||
"# http://curl.haxx.se/rfc/cookie_spec.html\n"
|
||||
"# This file was generated by libcurl! Edit at your own risk.\n\n",
|
||||
out);
|
||||
co = c->cookies;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue