nginx/auto
Roman Arutyunyan a39380a41e 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.
2019-05-08 19:22:13 +03:00
..
cc Win32: defined pdb path. 2019-04-04 19:30:47 +03:00
lib Configure: fixed compiler warnings with "-Wall -Wextra". 2018-07-24 18:46:54 +03:00
os Win32: enabled both select and poll on Windows by default. 2019-01-24 22:00:13 +03:00
types Configure: stop polluting NGX_ namespace. 2016-06-27 15:00:06 -07:00
configure Configure: fix compilation on MSYS2 / MinGW64. 2017-06-06 18:13:39 +03:00
define Copyright updated. 2012-01-18 15:07:43 +00:00
endianness Configure: fix build with -Werror=old-style-definition. 2016-06-27 15:00:05 -07:00
feature Configure: fix build with -Werror=old-style-definition. 2016-06-27 15:00:05 -07:00
have Copyright updated. 2012-01-18 15:07:43 +00:00
have_headers Copyright updated. 2012-01-18 15:07:43 +00:00
headers Copyright updated. 2012-01-18 15:07:43 +00:00
include Configure: stop polluting NGX_ namespace. 2016-06-27 15:00:06 -07:00
init Dynamic modules: do not overwrite old modules on install. 2016-03-10 16:50:13 +03:00
install Configure: style. 2016-03-10 18:31:05 +03:00
make Configure: added explicit ngx_binext to the linker output argument. 2019-01-30 19:28:27 +03:00
module Configure: honor dependencies of dynamic modules. 2016-11-21 16:49:19 +03:00
modules Unconditional compilation of the postpone filter. 2019-05-08 19:22:13 +03:00
nohave Copyright updated. 2012-01-18 15:07:43 +00:00
options Unconditional compilation of the postpone filter. 2019-05-08 19:22:13 +03:00
sources Win32: added WSAPoll() support. 2019-01-24 21:51:21 +03:00
stubs Copyright updated. 2012-01-18 15:07:43 +00:00
summary Internal md5 and sha1 implementations are now always used. 2016-06-30 18:57:39 +03:00
threads Configure: fixed static compilation with OpenSSL 1.1.1. 2018-03-22 15:55:57 +03:00
unix Configure: fixed static compilation with OpenSSL 1.1.1. 2018-03-22 15:55:57 +03:00