The official NGINX Open Source repository.
Go to file
Maxim Dounin 31b3edd003 Merge of r4471:
Variables: honor no_cacheable for not_found variables.

Variables with the "not_found" flag set follow the same rules as ones with
the "valid" flag set.  Make sure ngx_http_get_flushed_variable() will flush
non-cacheable variables with the "not_found" flag set.

This fixes at least one known problem with $args not available in a subrequest
(with args) when there were no args in the main request and $args variable was
queried in the main request (reported by Laurence Rowe aka elro on irc).

Also this eliminates unneeded call to ngx_http_get_indexed_variable() in
cacheable case (as it will return cached value anyway).
2012-03-05 12:36:51 +00:00
auto Merge of r4460: ngx_ncpu detection for most *nix platforms. 2012-03-05 12:10:09 +00:00
conf Merge of r4282, r4302: 2011-12-14 15:16:05 +00:00
contrib nginx-0.3.55-RELEASE import 2006-07-28 15:16:17 +00:00
docs nginx-1.0.12-RELEASE 2012-02-06 14:08:59 +00:00
misc Updated libs used for win32 builds. 2012-02-06 11:40:10 +00:00
src Merge of r4471: 2012-03-05 12:36:51 +00:00
.hgtags release-1.0.12 tag 2012-02-06 14:09:16 +00:00