]> err.no Git - varnish/commitdiff
Distinguish the explanation for the first request from the one used
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 12 Sep 2006 20:50:19 +0000 (20:50 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 12 Sep 2006 20:50:19 +0000 (20:50 +0000)
on subsequent requests.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@975 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_center.c

index 5e5c1ada51615eab5d514865b5fd2ef5620a5c53..8b0533e417aadc88ca40115ab51ad8c0eeca2943 100644 (file)
@@ -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);