clarify first byte timeout FetchError message

For a first byte timeout on a new connection, we emit

	FetchError: first byte timeout

For a first byte timeout being reached on a recycled connection, we
should keep the error message similar.

Ref eecd409d
parent b6d06245
......@@ -301,7 +301,7 @@ vbe_dir_gethdrs(VRT_CTX, VCL_BACKEND d)
bo->htc->first_byte_timeout) != 0) {
bo->htc->doclose = SC_RX_TIMEOUT;
VSLb(bo->vsl, SLT_FetchError,
"Timed out reusing backend connection");
"first byte timeout (reused connection)");
extrachance = 0;
}
}
......
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