Commit 375ef12c authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Mark that we do limited segment size fetches for debugging



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3569 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent ce910bb8
......@@ -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