diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-09-11 19:12:37 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-09-11 19:12:37 +0000 |
commit | ca52c963c7f9c6df235c5ec02490f0198a8f18e8 (patch) | |
tree | c0e75dd9a6babff968abb236a9e21f9c3c71297c /tests/data/test506 | |
parent | 17acdb5acf4dbb7e6a56bbb777780a7051beb4e7 (diff) |
1. cookie expire-strings MUST use GMT timezones
2. adjusted date strings to upcoming date parser rewrite
Diffstat (limited to 'tests/data/test506')
-rw-r--r-- | tests/data/test506 | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/tests/data/test506 b/tests/data/test506 index 4fbf5f81d..d43ac91d3 100644 --- a/tests/data/test506 +++ b/tests/data/test506 @@ -5,9 +5,9 @@ HTTP/1.1 200 OK Date: Thu, 09 Nov 2010 14:49:00 GMT Server: test-server/fake Content-Type: text/html -Set-Cookie: test1=one; domain=foo.com; expires=Tue Feb 1 11:56:27 MET 2007 -Set-Cookie: test2=two; domain=host.foo.com; expires=Tue Feb 1 11:56:27 MET 2007 -Set-Cookie: test3=three; domain=foo.com; expires=Tue Feb 1 11:56:27 MET 2007 +Set-Cookie: test1=one; domain=foo.com; expires=Tue Feb 1 11:56:27 GMT 2007 +Set-Cookie: test2=two; domain=host.foo.com; expires=Tue Feb 1 11:56:27 GMT 2007 +Set-Cookie: test3=three; domain=foo.com; expires=Tue Feb 1 11:56:27 GMT 2007 Content-Length: 29 run 1: set cookie 1, 2 and 3 @@ -17,8 +17,8 @@ HTTP/1.1 200 OK Date: Thu, 09 Nov 2010 14:49:01 GMT Server: test-server/fake Content-Type: text/html -Set-Cookie: test4=four; domain=host.foo.com; expires=Tue Feb 1 11:56:27 MET 2007 -Set-Cookie: test5=five; domain=host.foo.com; expires=Tue Feb 1 11:56:27 MET 2007 +Set-Cookie: test4=four; domain=host.foo.com; expires=Tue Feb 1 11:56:27 GMT 2007 +Set-Cookie: test5=five; domain=host.foo.com; expires=Tue Feb 1 11:56:27 GMT 2007 Content-Length: 26 run 2: set cookie 4 and 5 @@ -29,8 +29,8 @@ Date: Thu, 09 Nov 2010 14:49:02 GMT Server: test-server/fake Content-Type: text/html Funny-head: yesyes -Set-Cookie: test4=overwritten4; domain=host.foo.com; expires=Thu Dec 31 23:59:59 MET 2009 -Set-Cookie: test1=overwritten1; domain=foo.com; expires=Tue Feb 2 11:56:27 MET 2007 +Set-Cookie: test4=overwritten4; domain=host.foo.com; expires=Thu Dec 31 23:59:59 GMT 2009 +Set-Cookie: test1=overwritten1; domain=foo.com; expires=Tue Feb 2 11:56:27 GMT 2007 Content-Type: text/html Content-Length: 32 @@ -146,10 +146,10 @@ http://%HOSTIP:%HTTPPORT/506 # http://www.netscape.com/newsref/std/cookie_spec.html # This file was generated by libcurl! Edit at your own risk. -.foo.com TRUE / FALSE 1170413787 test1 overwritten1 -.host.foo.com TRUE / FALSE 1170327387 test2 two -.foo.com TRUE / FALSE 1170327387 test3 three -.host.foo.com TRUE / FALSE 1262300399 test4 overwritten4 -.host.foo.com TRUE / FALSE 1170327387 test5 five +.foo.com TRUE / FALSE 1170417387 test1 overwritten1 +.host.foo.com TRUE / FALSE 1170330987 test2 two +.foo.com TRUE / FALSE 1170330987 test3 three +.host.foo.com TRUE / FALSE 1262303999 test4 overwritten4 +.host.foo.com TRUE / FALSE 1170330987 test5 five </file> </verify> |