From: Daniel Stenberg Date: Fri, 24 Aug 2001 10:18:14 +0000 (+0000) Subject: cookies are stored in the reversed order now (which in turn means that X-Git-Tag: before_urldata_rename~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce07e79f3cef171fcc0487f41aaea72692ef517d;p=curl cookies are stored in the reversed order now (which in turn means that the order is _not_ actually reversed like it used to be) --- diff --git a/tests/data/test8 b/tests/data/test8 index d47d4e8f8..ec12248db 100644 --- a/tests/data/test8 +++ b/tests/data/test8 @@ -41,7 +41,7 @@ GET /we/want/8 HTTP/1.1 Host: 127.0.0.1:8999 Pragma: no-cache Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */* -Cookie: foobar=name; partmatch=present +Cookie: partmatch=present; foobar=name