From 3010e00e1cc8388c2c01a43c597aa3ca07bff487 Mon Sep 17 00:00:00 2001 From: Christopher Faulet Date: Fri, 3 Dec 2021 10:48:36 +0100 Subject: [PATCH] DOC: config: Specify %Ta is only available in HTTP mode %Ta format can only be used in HTTP mode but it was not specify in the configuration manual. This patch should fix the issue #1317. --- doc/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index b78eaf8e9..6a0511067 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -21470,7 +21470,7 @@ Please refer to the table below for currently defined variables : | | %ID | unique-id | string | | | %ST | status_code | numeric | | | %T | gmt_date_time | date | - | | %Ta | Active time of the request (from TR to end) | numeric | + | H | %Ta | Active time of the request (from TR to end) | numeric | | | %Tc | Tc | numeric | | | %Td | Td = Tt - (Tq + Tw + Tc + Tr) | numeric | | | %Tl | local_date_time | date |