r324 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Wed Jul 5 13:42:28 CEST 2006


Author: phk
Date: 2006-07-05 13:42:28 +0200 (Wed, 05 Jul 2006)
New Revision: 324

Modified:
   trunk/varnish-cache/bin/varnishd/cache_fetch.c
Log:
Don't lead http header


Modified: trunk/varnish-cache/bin/varnishd/cache_fetch.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_fetch.c	2006-07-05 11:40:24 UTC (rev 323)
+++ trunk/varnish-cache/bin/varnishd/cache_fetch.c	2006-07-05 11:42:28 UTC (rev 324)
@@ -302,5 +302,7 @@
 	if (!sp->obj->cacheable)
 		HSH_Deref(sp->obj);
 
+	http_Delete(hp);
+
 	return (1);
 }




More information about the varnish-commit mailing list