log src/http/ngx_http_variables.c @ 9124:5b8854a2f79c

age author description
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.