Index: modules/experimental/mod_cache.c =================================================================== RCS file: /home/cvspublic/httpd-2.0/modules/experimental/mod_cache.c,v retrieving revision 1.74 diff -u -r1.74 mod_cache.c --- modules/experimental/mod_cache.c 15 May 2003 17:52:58 -0000 1.74 +++ modules/experimental/mod_cache.c 9 Jun 2003 13:15:48 -0000 @@ -480,9 +480,7 @@ */ exps = apr_table_get(r->headers_out, "Expires"); if (exps != NULL) { - if (APR_DATE_BAD == (exp = apr_date_parse_http(exps))) { - exps = NULL; - } + exp = apr_date_parse_http(exps); } else { exp = APR_DATE_BAD;