Commit e8fcf408 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Pål Hermunn Johansen

Clarify description of fetch_failed counter.

Fixes #1704

Conflicts:
	include/tbl/vsc_f_main.h
parent 880b4ba3
......@@ -184,7 +184,7 @@ VSC_F(fetch_304, uint64_t, 1, 'c', 'i', info,
"beresp with no body because of 304 response."
)
VSC_F(fetch_failed, uint64_t, 1, 'c', 'i', info,
"Fetch failed (all causes)",
"Fetch failed (all causes), where we do get hold of the backend.",
"beresp fetch failed."
)
VSC_F(fetch_no_thread, uint64_t, 1, 'c', 'i', info,
......
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