Commit 879a1626 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Merge r3569: Mark that we do limited segment size fetches for debugging



git-svn-id: http://www.varnish-cache.org/svn/branches/2.0@3738 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 1914e7d4
......@@ -221,6 +221,9 @@ fetch_eof(struct sess *sp, struct http_conn *htc)
struct storage *st;
unsigned v;
if (fetchfrag > 0)
WSL(sp->wrk, SLT_Debug, sp->fd,
"Fetch %d byte segments:", fetchfrag);
p = NULL;
v = 0;
st = NULL;
......
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