thanks
after i get the subrequest response in a handler function i registered, what can i do in order to tell the ngin core the subrequest had finished ? in my case i do only these actions:
ngx_http_core_run_phases(r->main);
return NGX_OK;
is this ok ?
BTW, its not a case of a client body, i'm talking about GET requests also that get crashed, not POST.
after i get the subrequest response in a handler function i registered, what can i do in order to tell the ngin core the subrequest had finished ? in my case i do only these actions:
ngx_http_core_run_phases(r->main);
return NGX_OK;
is this ok ?
BTW, its not a case of a client body, i'm talking about GET requests also that get crashed, not POST.