mirror of
https://github.com/nginx/nginx.git
synced 2025-02-09 06:45:36 -06: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 "
|
"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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user