]> err.no Git - varnish/commitdiff
Comment tweak
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 30 Oct 2007 12:35:40 +0000 (12:35 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 30 Oct 2007 12:35:40 +0000 (12:35 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2206 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/rfc2616.c

index 28beeb48227a0eb78e6eaa283b857f06028774e8..bfc67b274162ce3ad990ec5b0f0e8db897ef3dce 100644 (file)
@@ -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;