]> git.kaiwu.me - nginx.git/commit
Addition filter: set last_in_chain flag when clearing last_buf.
authorRoman Arutyunyan <arut@nginx.com>
Mon, 3 Oct 2016 18:03:27 +0000 (21:03 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Mon, 3 Oct 2016 18:03:27 +0000 (21:03 +0300)
commite19481f35e45dc6a0016dc11b63095d88137b719
treeb91e922ed0accf6ce1efe7c836c88a0701220e03
parent200c7493aef7818bf43443d68380bf10548d8094
Addition filter: set last_in_chain flag when clearing last_buf.

When the last_buf flag is cleared for add_after_body to append more data from a
subrequest, other filters may still have buffered data, which should be flushed
at this point.  For example, the sub_filter may have a partial match buffered,
which will only be flushed after the subrequest is done, ending up with
interleaved data in output.

Setting last_in_chain instead of last_buf flushes the data and fixes the order
of output buffers.
src/http/modules/ngx_http_addition_filter_module.c