diff auto/options @ 7506:ee36940cfb0f

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.
author Roman Arutyunyan <arut@nginx.com>
date Wed, 08 May 2019 19:22:13 +0300
parents f2396ecf608b
children 45e9281c6c5b 38c0898b6df7
line wrap: on
line diff
--- a/auto/options
+++ b/auto/options
@@ -60,7 +60,6 @@ HTTP_GZIP=YES
 HTTP_SSL=NO
 HTTP_V2=NO
 HTTP_SSI=YES
-HTTP_POSTPONE=NO
 HTTP_REALIP=NO
 HTTP_XSLT=NO
 HTTP_IMAGE_FILTER=NO