Home
last modified time | relevance | path

Searched refs:NGX_HTTP_MAX_SUBREQUESTS (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h13 #define NGX_HTTP_MAX_SUBREQUESTS 50 macro
H A Dngx_http_request.c628 r->subrequests = NGX_HTTP_MAX_SUBREQUESTS + 1; in ngx_http_alloc_request()