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

This commit is contained in:
valeski%netscape.com 1999-07-06 23:54:12 +00:00
parent f65007f48c
commit 8887ad2cc9
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

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