nginx/src/http
Maxim Dounin 5a76856dc2 Upstream: cached connections now tested against next_upstream.
Much like normal connections, cached connections are now tested against
u->conf->next_upstream, and u->state->status is now always set.

This allows to disable additional tries even with upstream keepalive
by using "proxy_next_upstream off".
2016-03-28 19:49:52 +03:00
..
modules Sub filter: fixed allocation alignment. 2016-03-28 13:35:25 +03:00
v2 Backed out server_tokens changes. 2016-03-22 16:58:38 +03:00
ngx_http_cache.h Cache: added watermark to reduce IO load when keys_zone is full. 2016-03-18 15:08:21 +03:00
ngx_http_config.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_http_copy_filter_module.c Copy filter: fixed sendfile aio handlers to set ctx->aio. 2016-03-03 21:14:19 +03:00
ngx_http_core_module.c Backed out server_tokens changes. 2016-03-22 16:58:38 +03:00
ngx_http_core_module.h Backed out server_tokens changes. 2016-03-22 16:58:38 +03:00
ngx_http_file_cache.c Cache: fixed slots accounting error introduced in c9d680b00744. 2016-03-23 14:16:31 +03:00
ngx_http_header_filter_module.c Backed out server_tokens changes. 2016-03-22 16:58:38 +03:00
ngx_http_parse.c Overflow detection in ngx_http_parse_chunked(). 2015-03-17 00:26:27 +03:00
ngx_http_postpone_filter_module.c Fixed error logging. 2013-05-21 17:30:19 +04:00
ngx_http_request_body.c Request body: moved handling of the last part in the save filter. 2016-03-01 15:18:07 +03:00
ngx_http_request.c Fixed buffer over-read while logging invalid request headers. 2016-02-24 16:01:23 +03:00
ngx_http_request.h Slice filter. 2015-12-07 16:30:48 +03:00
ngx_http_script.c Style. 2013-10-18 18:13:35 +04:00
ngx_http_script.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_http_special_response.c Backed out server_tokens changes. 2016-03-22 16:58:38 +03:00
ngx_http_upstream_round_robin.c Upstream: report to error_log when max_fails is reached. 2015-05-20 22:44:00 +03:00
ngx_http_upstream_round_robin.h Upstream: fixed shared upstreams on win32. 2015-06-16 00:43:00 +03:00
ngx_http_upstream.c Upstream: cached connections now tested against next_upstream. 2016-03-28 19:49:52 +03:00
ngx_http_upstream.h Resolver: added support for SRV records. 2016-03-23 17:44:36 +03:00
ngx_http_variables.c Fixed variables prefix comparison. 2015-10-19 21:28:17 +03:00
ngx_http_variables.h Removed unused ngx_http_clear_variable() macro. 2013-03-21 16:06:13 +00:00
ngx_http_write_filter_module.c Format specifier fixed for file size of buffers. 2015-03-23 19:28:54 +03:00
ngx_http.c Dynamic modules: changed ngx_modules to cycle->modules. 2016-02-04 18:30:21 +03:00
ngx_http.h The HTTP/2 implementation (RFC 7240, 7241). 2015-09-11 20:13:06 +03:00