nginx/src/http
Roman Semenov 4fbe4b6274 Upstream: enabled keepalive by default for explicit upstreams.
Keepalive is now automatically enabled in the "local" mode for upstreams
defined in configuration files. Cached keepalive connections are no longer
shared between different locations referencing the same explicit upstream
unless keepalive is explicitly configured without the "local" parameter.

To disable keepalive entirely, use keepalive 0; inside the upstream block.
To allow sharing cached connections between locations, configure
keepalive <max_cached>; without the "local" parameter.
2026-03-24 14:28:52 +04:00
..
modules Upstream: enabled keepalive by default for explicit upstreams. 2026-03-24 14:28:52 +04:00
v2 Changed interface of ngx_http_validate_host(). 2025-11-26 19:51:40 +04:00
v3 Changed interface of ngx_http_validate_host(). 2025-11-26 19:51:40 +04:00
ngx_http.c The "multipath" parameter of the "listen" directive. 2026-03-19 01:13:51 +04:00
ngx_http.h Improved $cookie_ evaluation. 2026-02-12 10:52:20 -08:00
ngx_http_cache.h
ngx_http_config.h
ngx_http_copy_filter_module.c Fixed request termination with AIO and subrequests (ticket #2555). 2024-01-30 03:20:05 +03:00
ngx_http_core_module.c The "multipath" parameter of the "listen" directive. 2026-03-19 01:13:51 +04:00
ngx_http_core_module.h The "multipath" parameter of the "listen" directive. 2026-03-19 01:13:51 +04:00
ngx_http_file_cache.c Fixed request termination with AIO and subrequests (ticket #2555). 2024-01-30 03:20:05 +03:00
ngx_http_header_filter_module.c Proxy authentication definitions. 2026-03-11 19:33:12 +04:00
ngx_http_huff_decode.c Adjusted Huffman coding debug logging, missed in 7977:336084ff943b. 2023-11-14 14:50:03 +04:00
ngx_http_huff_encode.c Moved Huffman coding out of HTTP/2. 2021-12-21 07:54:16 +03:00
ngx_http_parse.c Improved $cookie_ evaluation. 2026-02-12 10:52:20 -08:00
ngx_http_postpone_filter_module.c
ngx_http_request.c Proxy authentication definitions. 2026-03-11 19:33:12 +04:00
ngx_http_request.h Proxy authentication definitions. 2026-03-11 19:33:12 +04:00
ngx_http_request_body.c Proxy: proxy_pass_trailers directive. 2024-09-13 16:47:56 +04:00
ngx_http_script.c All known output headers can be linked lists now. 2022-05-30 21:25:45 +03:00
ngx_http_script.h Upstream: variables support in certificates. 2021-05-06 02:22:09 +03:00
ngx_http_special_response.c Proxy authentication definitions. 2026-03-11 19:33:12 +04:00
ngx_http_upstream.c Sticky: added the "header" parameter in the learn mode. 2026-03-09 11:08:30 -06:00
ngx_http_upstream.h Sticky: added the "header" parameter in the learn mode. 2026-03-09 11:08:30 -06:00
ngx_http_upstream_round_robin.c Sticky: added "draining" peer state. 2026-03-09 11:08:30 -06:00
ngx_http_upstream_round_robin.h Sticky: added "draining" peer state. 2026-03-09 11:08:30 -06:00
ngx_http_variables.c Improved $cookie_ evaluation. 2026-02-12 10:52:20 -08:00
ngx_http_variables.h Combining unknown headers during variables lookup (ticket #1316). 2022-05-30 21:25:32 +03:00
ngx_http_write_filter_module.c Merged with the default branch. 2022-02-14 10:14:07 +03:00