<div dir="ltr">Ok, I need improper way then. Just some way.<div><br></div><div style>The problem is that I know "bbb" only after the subrequest is made. And subrequest's body is being completely filtered by body filter. So, in fact I will not have "ccc", just "aaabbb", but I can't flush "bbb" out because it waits for the subrequest to be done.</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, May 4, 2013 at 2:03 AM, Maxim Dounin <span dir="ltr"><<a href="mailto:mdounin@mdounin.ru" target="_blank">mdounin@mdounin.ru</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello!<br>
<div><div class="h5"><br>
On Sat, May 04, 2013 at 01:52:12AM +0400, Marat Dakota wrote:<br>
<br>
> Hi.<br>
><br>
> Let's suppose we've called ngx_http_output_filter(r, "aaa") for the main<br>
> request, then we've called ngx_http_subrequest() and then<br>
> ngx_http_output_filter(r, "bbb") for the main request.<br>
><br>
> Let's suppose the subrequest's handler has called<br>
> ngx_http_output_filter(sr, "ccc").<br>
><br>
> So, the result will be "aaacccbbb".<br>
><br>
> What is the proper way to reorder main request's output chain to get<br>
> "aaabbbccc" (i.e. how to move subrequest's output chain to the end of the<br>
> main output chain)?<br>
<br>
</div></div>Proper way is to output "aaa", then "bbb", and then call a<br>
subrequest.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Maxim Dounin<br>
<a href="http://nginx.org/en/donation.html" target="_blank">http://nginx.org/en/donation.html</a><br>
<br>
_______________________________________________<br>
nginx-devel mailing list<br>
<a href="mailto:nginx-devel@nginx.org">nginx-devel@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx-devel" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx-devel</a><br>
</font></span></blockquote></div><br></div>