Commit bc6df1c6 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

handle 302 for now.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@497 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent a3592876
...@@ -139,6 +139,7 @@ RFC2616_cache_policy(struct sess *sp, struct http *hp) ...@@ -139,6 +139,7 @@ RFC2616_cache_policy(struct sess *sp, struct http *hp)
case 203: /* Non-Authoritative Information */ case 203: /* Non-Authoritative Information */
case 300: /* Multiple Choices */ case 300: /* Multiple Choices */
case 301: /* Moved Permanently */ case 301: /* Moved Permanently */
case 302: /* XXX */
case 410: /* Gone */ case 410: /* Gone */
case 404: /* Not Found */ case 404: /* Not Found */
sp->obj->cacheable = 1; sp->obj->cacheable = 1;
......
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