1. cookie expire-strings MUST use GMT timezones

2. adjusted date strings to upcoming date parser rewrite
This commit is contained in:
Daniel Stenberg 2004-09-11 19:12:37 +00:00
parent 17acdb5acf
commit ca52c963c7
5 changed files with 23 additions and 23 deletions

View file

@ -26,7 +26,7 @@ http
HTTP with -z "older date"
</name>
<command>
http://%HOSTIP:%HTTPPORT/77 -z "1999-12-12 12:00:00 MET"
http://%HOSTIP:%HTTPPORT/77 -z "dec 12 12:00:00 1999 GMT"
</command>
</client>
@ -41,7 +41,7 @@ GET /77 HTTP/1.1
Host: 127.0.0.1:%HTTPPORT
Pragma: no-cache
Accept: */*
If-Modified-Since: Sun, 12 Dec 1999 11:00:00 GMT
If-Modified-Since: Sun, 12 Dec 1999 12:00:00 GMT
</protocol>
</verify>