nginx + my module crashes only when ignore client abort = on
    Maxim Dounin 
    mdounin at mdounin.ru
       
    Thu Mar 14 17:04:32 UTC 2013
    
    
  
Hello!
On Thu, Mar 14, 2013 at 12:46:43PM -0400, gadh wrote:
> 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 ?
No.  This looks like completely wrong code, which may easily screw 
up things.
-- 
Maxim Dounin
http://nginx.org/en/donation.html
    
    
More information about the nginx
mailing list