r1686 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Fri Jul 13 09:53:08 CEST 2007


Author: phk
Date: 2007-07-13 09:53:08 +0200 (Fri, 13 Jul 2007)
New Revision: 1686

Modified:
   trunk/varnish-cache/bin/varnishd/cache_http.c
Log:
Clarify XXX comment


Modified: trunk/varnish-cache/bin/varnishd/cache_http.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_http.c	2007-07-13 07:47:45 UTC (rev 1685)
+++ trunk/varnish-cache/bin/varnishd/cache_http.c	2007-07-13 07:53:08 UTC (rev 1686)
@@ -859,7 +859,7 @@
 {
 
 	CHECK_OBJ_NOTNULL(to, HTTP_MAGIC);
-	/* XXX ??? to->f = to->v;  Not sure this is valid */
+	/* XXX: don't to->f = to->v;  it would kill pipelining */
 	to->nhd = HTTP_HDR_FIRST;
 	memset(to->hd, 0, sizeof to->hd);
 }




More information about the varnish-commit mailing list