mirror of
https://github.com/nginx/nginx.git
synced 2024-12-22 23:23:32 -06:00
fix connection counter in subrequests
This commit is contained in:
parent
36fefe3cfe
commit
fe9a066d69
@ -131,7 +131,7 @@ ngx_http_limit_zone_handler(ngx_http_request_t *r)
|
||||
return NGX_DECLINED;
|
||||
}
|
||||
|
||||
r->limit_zone_set = 1;
|
||||
r->main->limit_zone_set = 1;
|
||||
|
||||
len = vv->len;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user