From 83a480f60d02907a9250c0e27ac4da751f609aac Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 18 Jul 2006 12:29:11 +0000 Subject: [PATCH] Remove the deref/unbusy stuff from FetchBody() it's done in central.c git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@490 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/cache_fetch.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/varnish-cache/bin/varnishd/cache_fetch.c b/varnish-cache/bin/varnishd/cache_fetch.c index 4a619eec..ba8ed484 100644 --- a/varnish-cache/bin/varnishd/cache_fetch.c +++ b/varnish-cache/bin/varnishd/cache_fetch.c @@ -13,7 +13,6 @@ #include #include -#include "libvarnish.h" #include "shmlog.h" #include "cache.h" @@ -235,11 +234,6 @@ FetchBody(struct worker *w, struct sess *sp) else VBE_RecycleFd(vc); - HSH_Unbusy(sp->obj); - /* Hold on to the reference count, it's not released until - * expiry */ - if (!sp->obj->cacheable) - HSH_Deref(sp->obj); return (0); } -- 2.39.5