r1886 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Mon Aug 20 12:53:00 CEST 2007


Author: phk
Date: 2007-08-20 12:52:59 +0200 (Mon, 20 Aug 2007)
New Revision: 1886

Modified:
   trunk/varnish-cache/bin/varnishd/cache_fetch.c
Log:
polish


Modified: trunk/varnish-cache/bin/varnishd/cache_fetch.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_fetch.c	2007-08-20 10:41:17 UTC (rev 1885)
+++ trunk/varnish-cache/bin/varnishd/cache_fetch.c	2007-08-20 10:52:59 UTC (rev 1886)
@@ -346,8 +346,7 @@
 			TAILQ_REMOVE(&sp->obj->store, st, list);
 			STV_free(st);
 		}
-		close(vc->fd);
-		VBE_ClosedFd(sp->wrk, vc, 1);
+		VBE_ClosedFd(sp->wrk, vc, 0);
 		return (-1);
 	}
 




More information about the varnish-commit mailing list