Commit c8e1e1a7 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Merge r4979: Emit a Length record on fetches from the backend.



git-svn-id: http://www.varnish-cache.org/svn/branches/2.1@5044 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent d342e66f
......@@ -517,6 +517,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