Commit 5a6cd8a9 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Avoid the Error path for now.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@498 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent bc6df1c6
...@@ -148,6 +148,7 @@ RFC2616_cache_policy(struct sess *sp, struct http *hp) ...@@ -148,6 +148,7 @@ RFC2616_cache_policy(struct sess *sp, struct http *hp)
break; break;
default: default:
sp->obj->cacheable = 0; sp->obj->cacheable = 0;
sp->obj->valid = 1; /* XXX ? */
body = 0; body = 0;
break; break;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment