Commit 1c491176 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Distinguish the explanation for the first request from the one used

on subsequent requests.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@975 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent fb838a2f
......@@ -252,9 +252,9 @@ cnt_first(struct sess *sp)
return (0);
}
if (i == 1)
vca_close_session(sp, "overflow");
vca_close_session(sp, "blast");
else if (i == 2)
vca_close_session(sp, "no request");
vca_close_session(sp, "silent");
else
INCOMPL();
clock_gettime(CLOCK_REALTIME, &sp->t_end);
......
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