- cosmetic
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2054 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
parent
3078b31568
commit
15b126c73e
|
@ -1023,7 +1023,7 @@ static int mod_ssi_handle_request(server *srv, connection *con, plugin_data *p)
|
|||
|
||||
response_header_overwrite(srv, con, CONST_STR_LEN("Content-Type"), CONST_STR_LEN("text/html"));
|
||||
|
||||
{
|
||||
{
|
||||
/* Generate "ETag" & "Last-Modified" headers */
|
||||
|
||||
stat_cache_entry *sce = NULL;
|
||||
|
@ -1042,7 +1042,7 @@ static int mod_ssi_handle_request(server *srv, connection *con, plugin_data *p)
|
|||
|
||||
mtime = strftime_cache_get(srv, lm_time);
|
||||
response_header_overwrite(srv, con, CONST_STR_LEN("Last-Modified"), CONST_BUF_LEN(mtime));
|
||||
}
|
||||
}
|
||||
|
||||
/* Reset the modified time of included files */
|
||||
include_file_last_mtime = 0;
|
||||
|
|
Loading…
Reference in New Issue