NGX_HTTP_SUBREQUEST_WAITED 1992 http/modules/ngx_http_ssi_filter_module.c         flags |= NGX_HTTP_SUBREQUEST_WAITED;
NGX_HTTP_SUBREQUEST_WAITED 2027 http/modules/ngx_http_ssi_filter_module.c         flags |= NGX_HTTP_SUBREQUEST_IN_MEMORY|NGX_HTTP_SUBREQUEST_WAITED;
NGX_HTTP_SUBREQUEST_WAITED 2236 http/ngx_http_core_module.c     sr->waited = (flags & NGX_HTTP_SUBREQUEST_WAITED) != 0;