log src/http/ngx_http_variables.c @ 9109:e92a03d1d6da quic

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