diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-08-24 10:18:14 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-08-24 10:18:14 +0000 |
commit | ce07e79f3cef171fcc0487f41aaea72692ef517d (patch) | |
tree | 6933bfdfe5758860b230121923e20ff8df980bb4 /tests/data/test8 | |
parent | 723ced9336fe201678503d9bdc2a4e3ad55aca5a (diff) |
cookies are stored in the reversed order now (which in turn means that
the order is _not_ actually reversed like it used to be)
Diffstat (limited to 'tests/data/test8')
-rw-r--r-- | tests/data/test8 | 2 |
1 files changed, 1 insertions, 1 deletions
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
</protocol> </verify> |