fix connection counter in subrequests

This commit is contained in:
Igor Sysoev 2007-01-09 20:58:41 +00:00
parent 36fefe3cfe
commit fe9a066d69

View File

@ -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;