Parallel subrequests

Maxim Dounin mdounin at mdounin.ru
Thu Dec 26 15:47:05 UTC 2013


Hello!

On Thu, Dec 26, 2013 at 10:38:20AM -0500, honwel wrote:

> Yes,you are right. But I want combine the data like: 
> Subrequst1's response: "first name: John"
> Subrequst2's response: "last name: abc"
> 
> Excepting response:
> "John abc"

In this particular example, using a filter module after the 
postpone filter should be a good solution.  It will see full 
response concatenated by the postpone filter, and will be able 
to transform it appropriately.

-- 
Maxim Dounin
http://nginx.org/



More information about the nginx mailing list