]> granicus.if.org Git - curl/commitdiff
cookies are stored in the reversed order now (which in turn means that
authorDaniel Stenberg <daniel@haxx.se>
Fri, 24 Aug 2001 10:18:14 +0000 (10:18 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 24 Aug 2001 10:18:14 +0000 (10:18 +0000)
the order is _not_ actually reversed like it used to be)

tests/data/test8

index d47d4e8f87c26d791532c31e6617eb16e8c30bc0..ec12248db77ba1a567e4ee1eac19e4a4b1547dd1 100644 (file)
@@ -41,7 +41,7 @@ GET /we/want/8 HTTP/1.1
 Host: 127.0.0.1:8999\r
 Pragma: no-cache\r
 Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*\r
-Cookie: foobar=name; partmatch=present\r
+Cookie: partmatch=present; foobar=name\r
 \r
 </protocol>
 </verify>