r5746 - trunk/varnish-cache/bin/varnishd

phk at varnish-cache.org phk at varnish-cache.org
Fri Jan 14 13:06:32 CET 2011


Author: phk
Date: 2011-01-14 13:06:32 +0100 (Fri, 14 Jan 2011)
New Revision: 5746

Modified:
   trunk/varnish-cache/bin/varnishd/cache.h
Log:
Throw the switch and use the new ESI code.

If it gives you trouble, I would appreciate if you can test both
before and after this commit, to see what the difference is.

The old ESI code will be removed before 3.0 is released.




Modified: trunk/varnish-cache/bin/varnishd/cache.h
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache.h	2011-01-14 11:43:27 UTC (rev 5745)
+++ trunk/varnish-cache/bin/varnishd/cache.h	2011-01-14 12:06:32 UTC (rev 5746)
@@ -35,7 +35,7 @@
  */
 #define VARNISH_CACHE_CHILD	1
 
-#define OLD_ESI 
+#undef OLD_ESI 
 
 #include <sys/time.h>
 #include <sys/uio.h>




More information about the varnish-commit mailing list