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/test77 | |
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/test77')
-rw-r--r-- | tests/data/test77 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test77 b/tests/data/test77 index 4ba1220f0..85c336274 100644 --- a/tests/data/test77 +++ b/tests/data/test77 @@ -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> |