Changeset 2054
- Timestamp:
- 01/18/2008 09:23:32 AM (8 months ago)
- Files:
-
- 1 modified
-
branches/lighttpd-1.4.x/src/mod_ssi.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/lighttpd-1.4.x/src/mod_ssi.c
r2053 r2054 1024 1024 response_header_overwrite(srv, con, CONST_STR_LEN("Content-Type"), CONST_STR_LEN("text/html")); 1025 1025 1026 {1026 { 1027 1027 /* Generate "ETag" & "Last-Modified" headers */ 1028 1028 … … 1043 1043 mtime = strftime_cache_get(srv, lm_time); 1044 1044 response_header_overwrite(srv, con, CONST_STR_LEN("Last-Modified"), CONST_BUF_LEN(mtime)); 1045 }1045 } 1046 1046 1047 1047 /* Reset the modified time of included files */

