projects
/
haproxy-2.3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3793d2
)
DOC: config: Specify %Ta is only available in HTTP mode
author
Christopher Faulet
<cfaulet@haproxy.com>
Fri, 3 Dec 2021 09:48:36 +0000
(10:48 +0100)
committer
Willy Tarreau
<w@1wt.eu>
Fri, 24 Dec 2021 16:58:36 +0000
(17:58 +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.
(cherry picked from commit
3010e00e1cc8388c2c01a43c597aa3ca07bff487
)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
(cherry picked from commit
f601a5cbff140f7571107ff3d21cae419145ac43
)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
(cherry picked from commit
3f1771667ced4000c3a00091231ea03d9427aea2
)
Signed-off-by: Willy Tarreau <w@1wt.eu>
doc/configuration.txt
patch
|
blob
|
history
diff --git
a/doc/configuration.txt
b/doc/configuration.txt
index
2049030
..
aec3052
100644
(file)
--- a/
doc/configuration.txt
+++ b/
doc/configuration.txt
@@
-19544,7
+19544,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 |