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/test61 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/data/test61') diff --git a/tests/data/test61 b/tests/data/test61 index 5ccd7724d..2dde9b894 100644 --- a/tests/data/test61 +++ b/tests/data/test61 @@ -16,8 +16,8 @@ Date: Thu, 09 Nov 2010 14:49:00 GMT Server: test-server/fake Content-Type: text/html Funny-head: yesyes -Set-Cookie: test=yes; domain=foo.com; expires=Tue Feb 1 11:56:27 GMT 2007 -Set-Cookie: test2=yes; domain=host.foo.com; 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=host.foo.com; expires=Tue Feb 1 11:56:27 GMT 2038 Set-Cookie: test3=maybe; domain=foo.com; path=/moo; secure Set-Cookie: test4=no; domain=nope.foo.com; path=/moo; secure Set-Cookie: test5=name; domain=anything.com; path=/ ; secure -- cgit v1.2.3