changeset 3167:7d1f9a449603

we do not need to increase request counter in this place, the bug had appeared in r3115
author Igor Sysoev <igor@sysoev.ru>
date Mon, 28 Sep 2009 11:12:45 +0000
parents b208e383657d
children 83c940b0d18a
files src/http/ngx_http_core_module.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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_htt
                       "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;
     }