aboutsummaryrefslogtreecommitdiff
path: root/lib/cookie.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-09-27 21:00:45 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-09-27 21:00:45 +0000
commit68e9f7570839383e90451082a447733c988d9c9b (patch)
treefa5a36a0f08e73d66df358138a9e420dedae9f37 /lib/cookie.c
parentd569693f24886d1d76884ae26da8f644114e9882 (diff)
As reported in bug: #1566077 the former URL mentioned in the generated cookie
jar has died and we now instead point out our own version of that
Diffstat (limited to 'lib/cookie.c')
-rw-r--r--lib/cookie.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cookie.c b/lib/cookie.c
index 00f7b0fa7..0cd79d36e 100644
--- a/lib/cookie.c
+++ b/lib/cookie.c
@@ -958,7 +958,7 @@ int Curl_cookie_output(struct CookieInfo *c, char *dumphere)
char *format_ptr;
fputs("# Netscape HTTP Cookie File\n"
- "# http://www.netscape.com/newsref/std/cookie_spec.html\n"
+ "# http://curlm.haxx.se/rfc/cookie_spec.html\n"
"# This file was generated by libcurl! Edit at your own risk.\n\n",
out);
co = c->cookies;