r5684 - trunk/varnish-cache/bin/varnishd

phk at varnish-cache.org phk at varnish-cache.org
Wed Jan 5 11:26:24 CET 2011


Author: phk
Date: 2011-01-05 11:26:24 +0100 (Wed, 05 Jan 2011)
New Revision: 5684

Modified:
   trunk/varnish-cache/bin/varnishd/cache_center.c
Log:
Remove XXX comments OBE



Modified: trunk/varnish-cache/bin/varnishd/cache_center.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_center.c	2011-01-04 15:44:40 UTC (rev 5683)
+++ trunk/varnish-cache/bin/varnishd/cache_center.c	2011-01-05 10:26:24 UTC (rev 5684)
@@ -156,17 +156,6 @@
 DOT }
 DOT deliver2 -> DONE [style=bold,color=green,weight=4]
  *
- * XXX: Ideally we should make the req. available in vcl_deliver() but for
- * XXX: reasons of economy we don't, since that allows us to reuse the space
- * XXX: in sp->req for the response.
- *
- * XXX: Rather than allocate two http's and workspaces for all sessions to
- * XXX: address this deficiency, we could make the VCL compiler set a flag
- * XXX: if req. is used in vcl_deliver().  When the flag is set we would
- * XXX: take the memory overhead, for instance by borrowing a struct bereq
- * XXX: or similar.
- *
- * XXX: For now, wait until somebody asks for it.
  */
 
 static int




More information about the varnish-commit mailing list