]> err.no Git - varnish/commitdiff
Don't lead http header
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 5 Jul 2006 11:42:28 +0000 (11:42 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 5 Jul 2006 11:42:28 +0000 (11:42 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@324 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_fetch.c

index 12cf4370fa4b1207e9f94c8adb1bc6e87e3d7c82..6c9f5e1987208a8cdfa3663dc2e361cb34abad58 100644 (file)
@@ -302,5 +302,7 @@ FetchSession(struct worker *w, struct sess *sp)
        if (!sp->obj->cacheable)
                HSH_Deref(sp->obj);
 
+       http_Delete(hp);
+
        return (1);
 }