cookies are stored in the reversed order now (which in turn means that
the order is _not_ actually reversed like it used to be)
This commit is contained in:
@@ -41,7 +41,7 @@ GET /we/want/8 HTTP/1.1
|
|||||||
Host: 127.0.0.1:8999
|
Host: 127.0.0.1:8999
|
||||||
Pragma: no-cache
|
Pragma: no-cache
|
||||||
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
|
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
|
||||||
Cookie: foobar=name; partmatch=present
|
Cookie: partmatch=present; foobar=name
|
||||||
|
|
||||||
</protocol>
|
</protocol>
|
||||||
</verify>
|
</verify>
|
||||||
|
|||||||
Reference in New Issue
Block a user