]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: config: Specify %Ta is only available in HTTP mode
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 3 Dec 2021 09:48:36 +0000 (10:48 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 3 Dec 2021 09:48:37 +0000 (10:48 +0100)
%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

index b78eaf8e9ff63e6ede8a82dc4f4b770cd9d63882..6a0511067c425c1ac48cf5acb6b376de9103ea10 100644 (file)
@@ -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        |