1
0
Fork 0
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@474 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.0
Xuefer 2007-08-08 16:15:03 +00:00
parent 6dca4feae6
commit d807b0ea32
1 changed files with 1 additions and 1 deletions

View File

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