Quantcast
Channel: Nginx Forum
Viewing all articles
Browse latest Browse all 53287

Re: nginx + my module crashes only when ignore client abort = on

$
0
0
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

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Viewing all articles
Browse latest Browse all 53287

Trending Articles