Updated not_found
This commit is contained in:
parent
2cefb47cf3
commit
a302e5f822
1 changed files with 2 additions and 3 deletions
|
@ -213,10 +213,9 @@ not_found:
|
|||
v->valid = 1;
|
||||
v->no_cacheable = 0;
|
||||
v->not_found = 0;
|
||||
|
||||
return NGX_OK;
|
||||
} else {
|
||||
v->not_found = 1;
|
||||
}
|
||||
v->not_found = 1;
|
||||
|
||||
return NGX_OK;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue