From fb30a1804539b7b6fa2cf91a07f37b065ef95d1a Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 31 Aug 2009 11:21:04 +0000 Subject: fix request counter handling for try_files, introduced in r3050 --- src/http/ngx_http_core_module.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c index e8484ee45..8d83c440e 100644 --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c @@ -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; } -- cgit