]> err.no Git - varnish/commitdiff
polish
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 20 Aug 2007 10:52:59 +0000 (10:52 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 20 Aug 2007 10:52:59 +0000 (10:52 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1886 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_fetch.c

index 3a17701f824b3a1fb06add212a8af833b38a5c0d..c34d82ac956d7d4c5afbda51ac58c76dc0e3ba0b 100644 (file)
@@ -346,8 +346,7 @@ Fetch(struct sess *sp)
                        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);
        }