r2206 - trunk/varnish-cache/bin/varnishd

des at projects.linpro.no des at projects.linpro.no
Tue Oct 30 13:35:40 CET 2007


Author: des
Date: 2007-10-30 13:35:40 +0100 (Tue, 30 Oct 2007)
New Revision: 2206

Modified:
   trunk/varnish-cache/bin/varnishd/rfc2616.c
Log:
Comment tweak


Modified: trunk/varnish-cache/bin/varnishd/rfc2616.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/rfc2616.c	2007-10-30 12:11:49 UTC (rev 2205)
+++ trunk/varnish-cache/bin/varnishd/rfc2616.c	2007-10-30 12:35:40 UTC (rev 2206)
@@ -177,7 +177,7 @@
 	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;




More information about the varnish-commit mailing list