From d60848d04bf1290f60d2d80105c79d8492d63ce8 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 2 Feb 2007 00:10:40 +0000 Subject: cookie expiration time got us with pants at our knees. Next time in 2038 :-) --- tests/data/test31 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/data/test31') diff --git a/tests/data/test31 b/tests/data/test31 index a9aec7722..dbad88a27 100644 --- a/tests/data/test31 +++ b/tests/data/test31 @@ -22,10 +22,10 @@ Set-Cookie: partmatch=present; domain=127.0.0.1 ; path=/; Set-Cookie:eat=this; domain=moo.foo.moo; Set-Cookie: eat=this-too; domain=.foo.moo; Set-Cookie: nodomainnovalue -Set-Cookie: nodomain=value; expires=Tue Feb 1 11:56:27 GMT 2014 +Set-Cookie: nodomain=value; expires=Tue Feb 1 11:56:27 GMT 2038 Set-Cookie: novalue; domain=reallysilly -Set-Cookie: test=yes; domain=foo.com; expires=Tue Feb 1 11:56:27 GMT 2007 -Set-Cookie: test2=yes; domain=se; expires=Tue Feb 1 11:56:27 GMT 2007 +Set-Cookie: test=yes; domain=foo.com; expires=Tue Feb 1 11:56:27 GMT 2038 +Set-Cookie: test2=yes; domain=se; expires=Tue Feb 1 11:56:27 GMT 2038 boo -- cgit v1.2.3