1
0
Fork 0

cacher: disable mtime-age when xcache.test is on

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@202 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
Xuefer 2006-10-01 08:24:59 +00:00
parent 3ac3773fc8
commit 07ae7b3e37
1 changed files with 1 additions and 1 deletions

View File

@ -725,7 +725,7 @@ not_relative_path:
/* fall */
stat_done:
if (XG(request_time) - pbuf->st_mtime < 2) {
if (XG(request_time) - pbuf->st_mtime < 2 && !xc_test) {
return 0;
}