]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: config: Slightly improve the %Tr documentation
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 18 Nov 2024 21:48:23 +0000 (22:48 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 19 Nov 2024 14:29:40 +0000 (15:29 +0100)
Specify -1 can also be reported for %Tr delay when the response is invalid.

doc/configuration.txt

index f81cca68b5ad436abc25debf9e672022839bfa45..20cb2182b2142e11327e98a85e989418dada1a00 100644 (file)
@@ -27430,9 +27430,10 @@ Timings events in TCP mode:
     instance during a POST request, the time already runs, and this can distort
     apparent response time. For this reason, it's generally wise not to trust
     too much this field for POST requests initiated from clients behind an
-    untrusted network. A value of "-1" here means that the last the response
-    header (empty line) was never seen, most likely because the server timeout
-    stroke before the server managed to process the request.
+    untrusted network. A value of "-1" here means that the last response header
+    (empty line) was never seen, most likely because the server timeout stroke
+    before the server managed to process the request or because the server
+    returned an invalid response.
 
     This timer is named %Tr as a log-format alias, and res.timer.hdr as a
     sample fetch.