Updated not_found

This commit is contained in:
Lee Valentine 2014-03-19 21:47:03 +00:00
parent 2cefb47cf3
commit a302e5f822

View file

@ -213,10 +213,9 @@ not_found:
v->valid = 1; v->valid = 1;
v->no_cacheable = 0; v->no_cacheable = 0;
v->not_found = 0; v->not_found = 0;
} else {
return NGX_OK;
}
v->not_found = 1; v->not_found = 1;
}
return NGX_OK; return NGX_OK;
} }