mirror of
https://github.com/nginx/nginx.git
synced 2024-12-01 03:17:17 +08:00
we do not need to increase request counter in this place,
the bug had appeared in r3115
This commit is contained in:
parent
63bfeb9bd0
commit
00e723da20
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user