Commit 42a02f70 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Don't call a zero byte response a "Good Recv".



git-svn-id: http://www.varnish-cache.org/svn/trunk@3111 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent df607f49
......@@ -221,6 +221,9 @@ vbp_poke(struct vbp_target *vt)
return;
}
if (rlen == 0)
return;
/* So we have a good receive ... */
t_now = TIM_real();
vt->last = t_now - t_start;
......
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