mirror of
https://github.com/curl/curl.git
synced 2026-08-26 01:13:37 +03:00
use the correct time in the cookie jar
This commit is contained in:
parent
3612c3774e
commit
ca161737bc
2 changed files with 2 additions and 2 deletions
|
|
@ -51,6 +51,6 @@ Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
|
||||||
127.0.0.1 FALSE / FALSE 0 partmatch present
|
127.0.0.1 FALSE / FALSE 0 partmatch present
|
||||||
moo.foo.moo FALSE / FALSE 0 eat this
|
moo.foo.moo FALSE / FALSE 0 eat this
|
||||||
.foo.moo TRUE / FALSE 0 eat this-too
|
.foo.moo TRUE / FALSE 0 eat this-too
|
||||||
127.0.0.1 FALSE / FALSE 1014678000 nodomain value
|
127.0.0.1 FALSE / FALSE 1391252187 nodomain value
|
||||||
</file>
|
</file>
|
||||||
</verify>
|
</verify>
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,7 @@ Cookie: mooo=indeed
|
||||||
www.fake.come FALSE / FALSE 1022144953 cookiecliente si
|
www.fake.come FALSE / FALSE 1022144953 cookiecliente si
|
||||||
www.loser.com FALSE / FALSE 1139150993 UID 99
|
www.loser.com FALSE / FALSE 1139150993 UID 99
|
||||||
127.0.0.1 FALSE / FALSE 1139150993 mooo indeed
|
127.0.0.1 FALSE / FALSE 1139150993 mooo indeed
|
||||||
127.0.0.1 FALSE / FALSE 1014678000 ckyPersistent permanent
|
127.0.0.1 FALSE / FALSE 1262322000 ckyPersistent permanent
|
||||||
127.0.0.1 FALSE / FALSE 0 ckySession temporary
|
127.0.0.1 FALSE / FALSE 0 ckySession temporary
|
||||||
127.0.0.1 FALSE / FALSE 0 ASPSESSIONIDQGGQQSJJ GKNBDIFAAOFDPDAIEAKDIBKE
|
127.0.0.1 FALSE / FALSE 0 ASPSESSIONIDQGGQQSJJ GKNBDIFAAOFDPDAIEAKDIBKE
|
||||||
</file>
|
</file>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue