From 450945f3d843cff7cb895726dc9db9dc53496074 Mon Sep 17 00:00:00 2001 From: des Date: Tue, 30 Oct 2007 12:35:40 +0000 Subject: [PATCH] Comment tweak git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2206 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/rfc2616.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/bin/varnishd/rfc2616.c b/varnish-cache/bin/varnishd/rfc2616.c index 28beeb48..bfc67b27 100644 --- a/varnish-cache/bin/varnishd/rfc2616.c +++ b/varnish-cache/bin/varnishd/rfc2616.c @@ -177,7 +177,7 @@ RFC2616_cache_policy(const struct sess *sp, const struct http *hp) case 203: /* Non-Authoritative Information */ case 300: /* Multiple Choices */ case 301: /* Moved Permanently */ - case 302: /* XXX */ + case 302: /* Moved Temporarily */ case 410: /* Gone */ case 404: /* Not Found */ sp->obj->cacheable = 1; -- 2.39.5