nginx/src/http
Sergey Kandaurov a7e3cd52e0 HTTP/3: fixed handling of malformed request body length.
Previously, a request body larger than declared in Content-Length resulted in
a 413 status code, because Content-Length was mistakenly used as the maximum
allowed request body, similar to client_max_body_size.  Following the HTTP/3
specification, such requests are now rejected with the 400 error as malformed.
2024-05-03 20:28:32 +04:00
..
modules Fixed undefined behaviour with IPv4-mapped IPv6 addresses. 2024-03-18 17:14:30 +04:00
v2 HTTP/2: fixed buffer management with HTTP/2 auto-detection. 2023-10-21 18:48:24 +04:00
v3 HTTP/3: fixed handling of malformed request body length. 2024-05-03 20:28:32 +04:00
ngx_http.c Common tree insert function for QUIC and UDP connections. 2023-05-14 12:30:11 +04:00
ngx_http.h Merged with the default branch. 2022-06-22 18:34:58 +04: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 Copyright updated. 2012-01-18 15:07:43 +00:00
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 HTTP/3: added more compatibility checks for "listen ... quic". 2024-01-30 19:19:26 +04:00
ngx_http_core_module.h HTTP/3: removed "http3" parameter of "listen" directive. 2023-05-11 13:22:10 +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 Avoid sending "Connection: keep-alive" when shutting down. 2022-01-11 02:23:49 +03: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 HTTP: removed unused r->port_start and r->port_end. 2023-11-28 12:57:14 +03: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 Fixed request termination with AIO and subrequests (ticket #2555). 2024-01-30 03:20:05 +03:00
ngx_http_request.h Fixed request termination with AIO and subrequests (ticket #2555). 2024-01-30 03:20:05 +03:00
ngx_http_request_body.c QUIC: modified HTTP version test. 2022-01-12 11:54:39 +03: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 All known output headers can be linked lists now. 2022-05-30 21:25:45 +03:00
ngx_http_upstream.c Upstream: fixed usage of closed sockets with filter finalization. 2024-01-30 03:20:10 +03:00
ngx_http_upstream.h Upstream: fixed X-Accel-Expires/Cache-Control/Expires handling. 2022-06-07 00:07:12 +03:00
ngx_http_upstream_round_robin.c Upstream: excluded down servers from the next_upstream tries. 2020-11-27 00:01:20 +03:00
ngx_http_upstream_round_robin.h Upstream: excluded down servers from the next_upstream tries. 2020-11-27 00:01:20 +03:00
ngx_http_variables.c Variables: avoid possible buffer overrun with some "$sent_http_*". 2023-05-01 19:16:05 +04: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