DOC: configuration: describe Td in Timing events

Describe the Td timer in the timing events section.

Must be backported in every stable branches.
This commit is contained in:
William Lallemand 2023-07-25 09:06:51 +02:00
parent 202b8e34a2
commit 38975c0164

View File

@ -23690,6 +23690,13 @@ Timings events in TCP mode:
header (empty line) was never seen, most likely because the server timeout header (empty line) was never seen, most likely because the server timeout
stroke before the server managed to process the request. stroke before the server managed to process the request.
- Td: this is the total transfer time of the response payload till the last
byte sent to the client. In HTTP it starts after the last response header
(after Tr).
The data sent are not guaranteed to be received by the client, they can be
stuck in either the kernel or the network.
- Ta: total active time for the HTTP request, between the moment the proxy - Ta: total active time for the HTTP request, between the moment the proxy
received the first byte of the request header and the emission of the last received the first byte of the request header and the emission of the last
byte of the response body. The exception is when the "logasap" option is byte of the response body. The exception is when the "logasap" option is