added a date header to the cookie test (cookies require a server date to work)

git-svn-id: svn://10.0.0.236/trunk@38490 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
valeski%netscape.com
1999-07-06 23:54:12 +00:00
parent a1c4ad61dd
commit e7913b0e56
2 changed files with 2 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ START /cookie
INCLUDE generic.res
Content-Type: text/html
Set-Cookie: foo=bar
Date: Wed, 28 Jul 1999 17:00:01 GMT
CRLF
A test with Set-Cookie header foo=bar
END