RE: Handling module ctx reset on internal redirect

2017-02-14 Thread Pillai, Saju
ing module ctx reset on internal redirect Hello, I am new to nginx and will appreciate some insight on handling the resetting of module ctx during internal redirects. Specifically, I have a module that runs in the HTTP_POST_READ_PHASE to build some objects in memory, which it hangs off the requ

RE: Handling module ctx reset on internal redirect

2017-02-14 Thread Eran Kornblau
ent: Tuesday, February 14, 2017 5:26 PM To: nginx-devel@nginx.org Subject: Handling module ctx reset on internal redirect Hello, I am new to nginx and will appreciate some insight on handling the resetting of module ctx during internal redirects. Specifically, I have a module that runs in

Re: Handling module ctx reset on internal redirect

2017-02-14 Thread Roman Arutyunyan
Hello, On Tue, Feb 14, 2017 at 07:25:49AM -0800, Pillai, Saju wrote: > > Hello, > > I am new to nginx and will appreciate some insight on handling the resetting > of > module ctx during internal redirects. > > Specifically, I have a module that runs in the HTTP_POST_READ_PHASE to build > some

Handling module ctx reset on internal redirect

2017-02-14 Thread Pillai, Saju
Hello, I am new to nginx and will appreciate some insight on handling the resetting of module ctx during internal redirects. Specifically, I have a module that runs in the HTTP_POST_READ_PHASE to build some objects in memory, which it hangs off the request object via ngx_http_set_ctx(r,..). The