]> git.kaiwu.me - nginx.git/commit
Unconditional compilation of the postpone filter.
authorRoman Arutyunyan <arut@nginx.com>
Wed, 8 May 2019 16:22:13 +0000 (19:22 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Wed, 8 May 2019 16:22:13 +0000 (19:22 +0300)
commita39380a41e7d7ceeda2c0526c5df474f158c6a53
tree32f8fc5afe5fc88992d03c26dc22ec5ab2fcd6ad
parent27b3d3dcca5fcc82350a823881f3d06161327b59
Unconditional compilation of the postpone filter.

Postpone filter is an essential part of subrequest functionality.  In absence
of it a subrequest response body is sent to the client out of order with
respect to the main request header and body, as well as other subrequests.
For in-memory subrequests the response is also sent to the client instead of
being stored in memory.

Currently the postpone filter is automatically enabled if one of the following
standard modules which are known to create subrequests is enabled: ssi, slice,
addition.  However a third-party module that creates subrequests can still be
built without the postpone filter or be dynamically loaded in nginx built
without it.
auto/modules
auto/options