From ce07e79f3cef171fcc0487f41aaea72692ef517d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 24 Aug 2001 10:18:14 +0000 Subject: [PATCH] cookies are stored in the reversed order now (which in turn means that the order is _not_ actually reversed like it used to be) --- tests/data/test8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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