Re: using upstream module that won't override the original request

2013-04-14 Thread agentzh
Hello! On Sun, Apr 14, 2013 at 6:22 AM, gadh wrote: > I'm trying to hold a client request to backend (not go to the server yet), > issue an upstream request to another server, then parse the upstream > response, store it in my orig. request ctx, only then go to backend server > (original request),

using upstream module that won't override the original request

2013-04-14 Thread gadh
I'm trying to hold a client request to backend (not go to the server yet), issue an upstream request to another server, then parse the upstream response, store it in my orig. request ctx, only then go to backend server (original request), and in the output filter inject some of the ctx data i store