The official NGINX Open Source repository.
Go to file
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
auto Unconditional compilation of the postpone filter. 2019-05-08 19:22:13 +03:00
conf MIME: added font/woff2 type (ticket #1243). 2018-06-15 17:29:55 +03:00
contrib Contrib: vim syntax, update core and 3rd party module directives. 2018-12-24 16:30:10 +02:00
docs nginx-1.15.12-RELEASE 2019-04-16 17:54:58 +03:00
misc Updated PCRE used for win32 builds. 2019-04-16 16:32:44 +03:00
src Variables support in proxy_upload_rate and proxy_download_rate. 2019-04-24 16:38:56 +03:00
.hgtags release-1.15.12 tag 2019-04-16 17:54:59 +03:00