Commit 0fb00eb7 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add 307 Temporary Redirect to the list of responses we consider

cacheable.

Fixes #908
parent b92c383e
......@@ -98,6 +98,7 @@ RFC2616_Ttl(const struct sess *sp)
case 300: /* Multiple Choices */
case 301: /* Moved Permanently */
case 302: /* Moved Temporarily */
case 307: /* Temporary Redirect */
case 410: /* Gone */
case 404: /* Not Found */
/*
......
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