r497 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Wed Jul 19 13:11:48 CEST 2006


Author: phk
Date: 2006-07-19 13:11:48 +0200 (Wed, 19 Jul 2006)
New Revision: 497

Modified:
   trunk/varnish-cache/bin/varnishd/rfc2616.c
Log:
handle 302 for now.


Modified: trunk/varnish-cache/bin/varnishd/rfc2616.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/rfc2616.c	2006-07-19 08:33:10 UTC (rev 496)
+++ trunk/varnish-cache/bin/varnishd/rfc2616.c	2006-07-19 11:11:48 UTC (rev 497)
@@ -139,6 +139,7 @@
 	case 203: /* Non-Authoritative Information */
 	case 300: /* Multiple Choices */
 	case 301: /* Moved Permanently */
+	case 302: /* XXX */
 	case 410: /* Gone */
 	case 404: /* Not Found */
 		sp->obj->cacheable = 1;




More information about the varnish-commit mailing list