fix request counter handling for try_files, introduced in r3050

This commit is contained in:
Igor Sysoev 2009-08-31 11:21:04 +00:00
parent bfff03406d
commit fb30a18045

View File

@ -1215,6 +1215,7 @@ ngx_http_core_try_files_phase(ngx_http_request_t *r,
(void) ngx_http_internal_redirect(r, &path, &args);
}
ngx_http_finalize_request(r, NGX_DONE);
return NGX_OK;
}