we do not need to increase request counter in this place,

the bug had appeared in r3115
This commit is contained in:
Igor Sysoev 2009-09-28 11:12:45 +00:00
parent 36931c954c
commit 57338e1c39

View file

@ -994,7 +994,6 @@ ngx_http_core_post_rewrite_phase(ngx_http_request_t *r,
"rewrite or internal redirection cycle " "rewrite or internal redirection cycle "
"while processing \"%V\"", &r->uri); "while processing \"%V\"", &r->uri);
r->main->count++;
ngx_http_finalize_request(r, NGX_HTTP_INTERNAL_SERVER_ERROR); ngx_http_finalize_request(r, NGX_HTTP_INTERNAL_SERVER_ERROR);
return NGX_OK; return NGX_OK;
} }