Mailing List Archive

r975 - trunk/varnish-cache/bin/varnishd
Author: phk
Date: 2006-09-12 22:50:19 +0200 (Tue, 12 Sep 2006)
New Revision: 975

Modified:
trunk/varnish-cache/bin/varnishd/cache_center.c
Log:
Distinguish the explanation for the first request from the one used
on subsequent requests.


Modified: trunk/varnish-cache/bin/varnishd/cache_center.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_center.c 2006-09-12 20:17:35 UTC (rev 974)
+++ trunk/varnish-cache/bin/varnishd/cache_center.c 2006-09-12 20:50:19 UTC (rev 975)
@@ -252,9 +252,9 @@
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);