From 6e64c0cd63430e17d7cd8ae53fbf04b4f63f3c7d Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Fri, 25 Jan 2019 23:35:20 +0000 Subject: snapshot of project "lynx", label v2-9-0dev_0k --- WWW/Library/Implementation/HTTP.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'WWW/Library/Implementation') diff --git a/WWW/Library/Implementation/HTTP.c b/WWW/Library/Implementation/HTTP.c index 4de00395..ca7da8a5 100644 --- a/WWW/Library/Implementation/HTTP.c +++ b/WWW/Library/Implementation/HTTP.c @@ -1,5 +1,5 @@ /* - * $LynxId: HTTP.c,v 1.176 2018/12/26 01:24:09 tom Exp $ + * $LynxId: HTTP.c,v 1.177 2019/01/25 01:37:35 tom Exp $ * * HyperText Tranfer Protocol - Client implementation HTTP.c * ========================== @@ -1637,7 +1637,7 @@ static int HTLoadHTTP(const char *arg, * If we do have a cookie set, add it to the request buffer. - FM */ if (cookie != NULL) { - if (*cookie != '$') { + if (*cookie != '$' && USE_RFC_2965) { /* * It's a historical cookie, so signal to the server that * we support modern cookies. - FM -- cgit 1.4.1-2-gfad0