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
Родитель 654d262a20
Коммит 63584fd124
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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