summaryrefslogtreecommitdiffhomepage
path: root/src/http (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-28HTTP/3: fixed handling of zero-length literal field line.Sergey Kandaurov1-0/+3
2024-05-28HTTP/3: fixed dynamic table overflow.Roman Arutyunyan1-1/+1
2024-05-28HTTP/3: decoder stream pre-creation.Roman Arutyunyan3-9/+17
2023-11-25Upstream: variables support in proxy_limit_rate and friends.J Carter6-18/+18
2024-05-23Optimized chain link usage (ticket #2614).Roman Arutyunyan5-12/+37
2024-05-03HTTP/3: fixed handling of malformed request body length.Sergey Kandaurov1-0/+9
2024-02-26Rewrite: fixed "return" directive without response text.Piotr Sikora1-0/+1
2024-03-18Fixed undefined behaviour with IPv4-mapped IPv6 addresses.Sergey Kandaurov3-4/+4
2024-03-14Geo: fixed uninitialized memory access.Piotr Sikora1-3/+1
2024-03-22Overhauled some diagnostic messages akin to 1b05b9bbcebf.Sergey Kandaurov2-2/+2
2024-01-30HTTP/3: added more compatibility checks for "listen ... quic".Sergey Kandaurov1-5/+31
2024-01-30Upstream: fixed usage of closed sockets with filter finalization.Maxim Dounin1-0/+4
2024-01-30Fixed request termination with AIO and subrequests (ticket #2555).Maxim Dounin5-23/+71
2024-01-29AIO operations now add timers (ticket #2162).Maxim Dounin3-0/+65
2023-11-29HTTP: uniform checks in ngx_http_alloc_large_header_buffer().Vladimir Khomutov1-7/+25
2023-11-28HTTP: removed unused r->port_start and r->port_end.Vladimir Khomutov3-10/+0
2023-11-14HTTP/3: added Huffman decoding error logging.Sergey Kandaurov1-0/+2
2023-11-14Adjusted Huffman coding debug logging, missed in 7977:336084ff943b.Sergey Kandaurov1-3/+3
2023-10-21HTTP/2: fixed buffer management with HTTP/2 auto-detection.Sergey Kandaurov2-6/+4
2023-10-10HTTP/2: per-iteration stream handling limit.Maxim Dounin2-0/+17
2023-09-14HTTP/3: postponed session creation to init() callback.Roman Arutyunyan4-13/+13
2023-09-13HTTP/3: moved variable initialization.Roman Arutyunyan1-1/+2
2023-09-13QUIC: "handshake_timeout" configuration parameter.Roman Arutyunyan2-9/+7
2023-08-31Upstream: fixed handling of Status headers without reason-phrase.Maxim Dounin3-3/+12
2023-07-12HTTP/3: fixed $body_bytes_sent.Sergey Kandaurov1-0/+1
2023-06-08HTTP/2: removed server push (ticket #2432).Sergey Kandaurov5-1010/+56
2023-06-08SSL: removed the "ssl" directive.Roman Arutyunyan3-89/+2
2023-05-16HTTP/2: "http2" directive.Roman Arutyunyan7-62/+127
2023-05-19Merged with the quic branch.Roman Arutyunyan23-24/+7361
2023-05-12HTTP/3: removed server push support.Roman Arutyunyan7-1082/+6
2023-05-14Common tree insert function for QUIC and UDP connections.Roman Arutyunyan1-7/+0
2023-05-11QUIC: style.Maxim Dounin2-3/+4
2023-05-11HTTP/3: removed "http3" parameter of "listen" directive.Roman Arutyunyan5-33/+7
2023-05-11QUIC: removed "quic_mtu" directive.Roman Arutyunyan1-37/+0
2023-05-01Variables: avoid possible buffer overrun with some "$sent_http_*".Sergey Kandaurov1-2/+4
2023-05-04HTTP/3: fixed ngx_http_v3_init_session() error handling.Sergey Kandaurov1-3/+0
2023-04-06HTTP/3: fixed CANCEL_PUSH handling.Sergey Kandaurov1-1/+1
2023-03-29Merged with the default branch.Sergey Kandaurov15-43/+113
2023-03-27Gzip: compatibility with recent zlib-ng versions.Maxim Dounin1-6/+12
2023-03-24SSL: enabled TLSv1.3 by default.Maxim Dounin4-8/+12
2023-03-24HTTP/3: fixed OpenSSL compatibility layer initialization.Sergey Kandaurov1-4/+36
2023-03-10HTTP/2: finalize request as bad if header validation fails.Maxim Dounin1-8/+1
2023-03-10HTTP/2: socket leak with "return 444" in error_page (ticket #2455).Maxim Dounin1-0/+4
2023-02-02Lingering close for connections with pipelined requests.Maxim Dounin1-1/+3
2023-01-28Fixed "zero size buf" alerts with subrequests.Maxim Dounin6-12/+6
2023-01-28Style.Maxim Dounin3-5/+5
2023-01-28Added warning about redefinition of listen socket protocol options.Maxim Dounin2-1/+66
2023-01-26HTTP/3: trigger more compatibility errors for "listen quic".Roman Arutyunyan1-3/+19
2023-02-27HTTP/3: "quic" parameter of "listen" directive.Roman Arutyunyan10-85/+121
2023-02-22QUIC: OpenSSL compatibility layer.Roman Arutyunyan1-3/+13