r3568 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Tue Feb 3 11:48:21 CET 2009


Author: phk
Date: 2009-02-03 11:48:20 +0100 (Tue, 03 Feb 2009)
New Revision: 3568

Modified:
   trunk/varnish-cache/bin/varnishd/cache_vrt_esi.c
Log:
Opps, debugging hack leaked in.



Modified: trunk/varnish-cache/bin/varnishd/cache_vrt_esi.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_vrt_esi.c	2009-02-03 10:47:29 UTC (rev 3567)
+++ trunk/varnish-cache/bin/varnishd/cache_vrt_esi.c	2009-02-03 10:48:20 UTC (rev 3568)
@@ -615,8 +615,6 @@
 {
 	char *p;
 
-printf("{%.*s}\n", Tlen(ew->t), ew->t.b);
-usleep(100000);
 	if (params->esi_syntax & 0x4)
 		VSL(SLT_Debug, ew->sp->fd, "Parse: %d <%.*s>",
 		    Tlen(ew->t), Tlen(ew->t), ew->t.b);



More information about the varnish-commit mailing list