nginx/src/http
Roman Arutyunyan 00979ba9d8 Remove Proxy-Connection HTTP upstream header
As per RFC 9110, this header SHOULD be removed by a proxy.

Also, as per RFC 9113, this header MUST be removed when proxying to an
HTTP/2 backend.
2026-04-14 09:53:13 +04:00
..
modules Remove Proxy-Connection HTTP upstream header 2026-04-14 09:53:13 +04:00
v2 Added max_headers directive. 2026-04-06 14:08:36 +04:00
v3 Added max_headers directive. 2026-04-06 14:08:36 +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 Cache: keep c->body_start when Vary changes (ticket #2029). 2020-09-09 19:26:27 +03:00
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 Fix $request_port and $is_request_port in subrequests 2026-04-06 14:53:54 +04:00
ngx_http_core_module.h Added max_headers directive. 2026-04-06 14:08:36 +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 Postpone filter: prevented uninitialized r->out. 2018-03-01 18:38:39 +03:00
ngx_http_request.c Added max_headers directive. 2026-04-06 14:08:36 +04:00
ngx_http_request.h Added max_headers directive. 2026-04-06 14:08:36 +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 Upstream: reset early_hints_length on upstream reinit. 2026-04-06 20:59:00 +04: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