Commit adb90cf8 authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Remove ReqEnd and BereqEnd vsl tags

These tags are now obsolete
parent 2e753288
......@@ -59,19 +59,6 @@ SLTM(CLI, 0, "CLI communication",
"CLI communication between varnishd master and child process.\n\n"
)
SLTM(ReqEnd, 0, "Client request end",
"Marks the end of a client request.\n\n"
"The format is::\n\n"
"\t%f %f %f %f %f\n"
"\t| | | | |\n"
"\t| | | | +- Time to transmit response\n"
"\t| | | +---- Time to process request\n"
"\t| | +------- Time to receive request\n"
"\t| +---------- Timestamp (since epoch) when the request ended\n"
"\t+------------- Timestamp (since epoch) when the request started\n"
"\n"
)
/*---------------------------------------------------------------------*/
SLTM(SessOpen, 0, "Client connection opened",
......@@ -165,20 +152,6 @@ SLTM(Length, 0, "Size of object body",
"Logs the size of a fetch object body.\n\n"
)
SLTM(BereqEnd, 0, "Backend request end",
"Marks the end of a backend request.\n\n"
"The format is::\n\n"
"\t%f %f %f %f %f %f\n"
"\t| | | | | |\n"
"\t| | | | | +- Time to receive response (hdr + body)\n"
"\t| | | | +---- Time to receive body\n"
"\t| | | +------- Time to receive headers\n"
"\t| | +---------- Time to send request body\n"
"\t| +------------- Timestamp (since epoch) when the request ended\n"
"\t+---------------- Timestamp (since epoch) when the request started\n"
"\n"
)
SLTM(FetchError, 0, "Error while fetching object",
"Logs the error message of a failed fetch operation.\n\n"
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment