Skip to content

Commit e9021a4

Browse files
committed
DOC: config: Slightly improve the %Tr documentation
Specify -1 can also be reported for %Tr delay when the response is invalid.
1 parent 5863d33 commit e9021a4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/configuration.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27430,9 +27430,10 @@ Timings events in TCP mode:
2743027430
instance during a POST request, the time already runs, and this can distort
2743127431
apparent response time. For this reason, it's generally wise not to trust
2743227432
too much this field for POST requests initiated from clients behind an
27433-
untrusted network. A value of "-1" here means that the last the response
27434-
header (empty line) was never seen, most likely because the server timeout
27435-
stroke before the server managed to process the request.
27433+
untrusted network. A value of "-1" here means that the last response header
27434+
(empty line) was never seen, most likely because the server timeout stroke
27435+
before the server managed to process the request or because the server
27436+
returned an invalid response.
2743627437

2743727438
This timer is named %Tr as a log-format alias, and res.timer.hdr as a
2743827439
sample fetch.

0 commit comments

Comments
 (0)