DOC: config: Slightly improve the %Tr documentation

Specify -1 can also be reported for %Tr delay when the response is invalid.
This commit is contained in:
Christopher Faulet 2024-11-18 22:48:23 +01:00
parent 5863d33fce
commit e9021a4ca1

View File

@ -27430,9 +27430,10 @@ Timings events in TCP mode:
instance during a POST request, the time already runs, and this can distort 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 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 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 untrusted network. A value of "-1" here means that the last response header
header (empty line) was never seen, most likely because the server timeout (empty line) was never seen, most likely because the server timeout stroke
stroke before the server managed to process the request. 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 This timer is named %Tr as a log-format alias, and res.timer.hdr as a
sample fetch. sample fetch.