The official NGINX Open Source repository.
Go to file
Roman Arutyunyan 5c1f76f0e9 Slice filter: never run subrequests when main request is buffered.
With main request buffered, it's possible, that a slice subrequest will send
output before it.  For example, while main request is waiting for aio read to
complete, a slice subrequest can start an aio operation as well.  The order
in which aio callbacks are called is undetermined.
2015-12-08 17:39:56 +03:00
auto Slice filter. 2015-12-07 16:30:48 +03:00
conf Added the REQUEST_SCHEME parameter. 2015-06-05 22:23:26 +03:00
contrib Contrib: add more directives to vim syntax. 2014-10-22 15:31:19 +02:00
docs Missing "variable" word added. 2015-11-17 19:41:39 +03:00
misc Updated OpenSSL and PCRE used for win32 builds. 2015-12-07 20:09:34 +03:00
src Slice filter: never run subrequests when main request is buffered. 2015-12-08 17:39:56 +03:00
.hgtags release-1.9.7 tag 2015-11-17 17:50:57 +03:00