<div dir="ltr"><div dir="ltr">Hi.<div><br></div><div>I'm wondering the reason of ignoring subrequests in access phase hander.</div><div>Can anyone explain it to me?</div><div><br></div><div><div>1069 ngx_int_t</div><div>1070 ngx_http_core_access_phase(ngx_http_request_t *r, ngx_http_phase_handler_t *ph)</div><div>1071 {</div><div>1072     ngx_int_t                  rc;</div><div>1073     ngx_http_core_loc_conf_t  *clcf;</div><div>1074</div><div>1075     if (r != r->main) {</div><div>1076         r->phase_handler = ph->next;</div><div>1077         return NGX_AGAIN;</div><div>1078     }</div><div>1079</div></div><div><br></div><div>Thanks.</div></div></div>