r2000 - branches/1.1/bin/varnishd

des at projects.linpro.no des at projects.linpro.no
Sun Sep 23 16:26:03 CEST 2007


Author: des
Date: 2007-09-23 16:26:03 +0200 (Sun, 23 Sep 2007)
New Revision: 2000

Modified:
   branches/1.1/bin/varnishd/cache_fetch.c
Log:
Fix build


Modified: branches/1.1/bin/varnishd/cache_fetch.c
===================================================================
--- branches/1.1/bin/varnishd/cache_fetch.c	2007-09-23 14:23:56 UTC (rev 1999)
+++ branches/1.1/bin/varnishd/cache_fetch.c	2007-09-23 14:26:03 UTC (rev 2000)
@@ -341,7 +341,7 @@
 	} else if (http_GetHdr(hp, H_Transfer_Encoding, &b)) {
 		/* XXX: AUGH! */
 		VSL(SLT_Debug, vc->fd, "Invalid Transfer-Encoding");
-		VBE_ClosedFd(sp->wrk, vc);
+		VBE_ClosedFd(sp->wrk, vc, 0);
 		return (-1);
 	} else if (strcmp(http_GetProto(hp), "HTTP/1.1")) {
 		switch (http_GetStatus(hp)) {




More information about the varnish-commit mailing list