# HG changeset patch # User Igor Sysoev # Date 1254136365 0 # Node ID 7d1f9a449603b1cfd80f7f5462280ff95388ad10 # Parent b208e383657dd9526d060462c8f32cbeab169eae we do not need to increase request counter in this place, the bug had appeared in r3115 diff -r b208e383657d -r 7d1f9a449603 src/http/ngx_http_core_module.c --- a/src/http/ngx_http_core_module.c Sat Sep 26 13:24:15 2009 +0000 +++ b/src/http/ngx_http_core_module.c Mon Sep 28 11:12:45 2009 +0000 @@ -994,7 +994,6 @@ "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; }