From: Igor Sysoev Date: Mon, 28 Sep 2009 11:12:45 +0000 (+0000) Subject: we do not need to increase request counter in this place, X-Git-Tag: release-0.8.17~3 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=00e723da201a31247fbd6294cac2f635c9bc58c1;p=nginx.git we do not need to increase request counter in this place, the bug had appeared in r3115 --- diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c index a671e2eed..19d088160 100644 --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c @@ -994,7 +994,6 @@ ngx_http_core_post_rewrite_phase(ngx_http_request_t *r, "rewrite or internal redirection cycle " "while processing \"%V\"", &r->uri); - r->main->count++; ngx_http_finalize_request(r, NGX_HTTP_INTERNAL_SERVER_ERROR); return NGX_OK; }