The official NGINX Open Source repository.
Go to file
Roman Arutyunyan 967ebbec32 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.
2016-10-03 21:03:27 +03:00
auto Modules compatibility: --with-compat configure option. 2016-10-03 15:58:16 +03:00
conf Added the REQUEST_SCHEME parameter. 2015-06-05 22:23:26 +03:00
contrib Contrib: unicode2nginx compatibility with recent Perl versions. 2016-08-24 15:53:17 +03:00
docs nginx-1.11.4-RELEASE 2016-09-13 18:39:23 +03:00
misc Updated PCRE used for win32 builds. 2016-07-05 18:30:56 +03:00
src Addition filter: set last_in_chain flag when clearing last_buf. 2016-10-03 21:03:27 +03:00
.hgtags release-1.11.4 tag 2016-09-13 18:39:24 +03:00