Reorder output chain when subrequests are used
Maxim Dounin
mdounin at mdounin.ru
Fri May 3 22:03:44 UTC 2013
Hello!
On Sat, May 04, 2013 at 01:52:12AM +0400, Marat Dakota wrote:
> Hi.
>
> Let's suppose we've called ngx_http_output_filter(r, "aaa") for the main
> request, then we've called ngx_http_subrequest() and then
> ngx_http_output_filter(r, "bbb") for the main request.
>
> Let's suppose the subrequest's handler has called
> ngx_http_output_filter(sr, "ccc").
>
> So, the result will be "aaacccbbb".
>
> What is the proper way to reorder main request's output chain to get
> "aaabbbccc" (i.e. how to move subrequest's output chain to the end of the
> main output chain)?
Proper way is to output "aaa", then "bbb", and then call a
subrequest.
--
Maxim Dounin
http://nginx.org/en/donation.html
More information about the nginx-devel
mailing list