log src/http/ngx_http_variables.c @ 9292:7654ad1366ef default tip

age author description
Fri, 31 May 2024 04:38:40 +0300 Maxim Dounin Removed incorrect NGX_SUPPRESS_WARN usage.
Sat, 27 Apr 2024 18:23:52 +0300 Maxim Dounin Request body: discarded body now treated as no body.
Sat, 27 Apr 2024 18:23:22 +0300 Maxim Dounin Modified $content_length to match available request body length.
Mon, 01 May 2023 19:16:05 +0400 Sergey Kandaurov Variables: avoid possible buffer overrun with some "$sent_http_*".
Wed, 12 Oct 2022 16:58:16 +0400 Roman Arutyunyan PROXY protocol v2 TLV variables.
Mon, 30 May 2022 21:25:35 +0300 Maxim Dounin All non-unique input headers are now linked lists.
Mon, 30 May 2022 21:25:33 +0300 Maxim Dounin Reworked multi headers to use linked lists.
Mon, 30 May 2022 21:25:32 +0300 Maxim Dounin Combining unknown headers during variables lookup (ticket #1316).
Wed, 06 Oct 2021 18:01:42 +0300 Maxim Dounin Fixed $content_length cacheability with chunked (ticket #2252).
Thu, 08 Apr 2021 00:16:17 +0300 Maxim Dounin Added $connection_time variable.
Fri, 08 May 2020 19:19:16 +0300 Sergey Kandaurov Variables: fixed buffer over-read when evaluating "$arg_".
Mon, 21 Oct 2019 20:22:30 +0300 Roman Arutyunyan Parsing server PROXY protocol address and port (ticket #1206).
Mon, 21 Oct 2019 18:06:19 +0300 Roman Arutyunyan Core: moved PROXY protocol fields out of ngx_connection_t.
Wed, 24 Apr 2019 16:38:54 +0300 Ruslan Ermilov Variables support in limit_rate and limit_rate_after (ticket #293).
Tue, 11 Dec 2018 13:09:00 +0300 Roman Arutyunyan Copy regex unnamed captures to cloned subrequests.