/* update headers */
/* remove this filter ??? */
+
+ /* XXX is this right? we must set rv to something other than OK
+ * in this path
+ */
+ rv = HTTP_NOT_MODIFIED;
}
/* pre-existing cache handle and new entity, replace entity with this one */
else {
ap_table_set(r->headers_out, "Date", dates);
ap_log_error(APLOG_MARK, APLOG_DEBUG | APLOG_NOERRNO, 0, r->server,
"cache: Added date header");
+ info->date = date;
}
- info->date = date;
/* set response_time for HTTP/1.1 age calculations */
info->response_time = now;