Commit 2f9a2985 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Emit a Length record on fetches from the backend.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4979 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 8e1f657b
......@@ -516,6 +516,8 @@ FetchBody(struct sess *sp)
return (__LINE__);
}
WSL(sp->wrk, SLT_Length, sp->vbe->fd, "%u", sp->obj->len);
{
/* Sanity check fetch methods accounting */
unsigned uu;
......
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