r1748 - trunk/varnish-cache/bin/varnishd
    des at projects.linpro.no 
    des at projects.linpro.no
       
    Tue Jul 24 15:51:58 CEST 2007
    
    
  
Author: des
Date: 2007-07-24 15:51:58 +0200 (Tue, 24 Jul 2007)
New Revision: 1748
Modified:
   trunk/varnish-cache/bin/varnishd/cache_synthetic.c
Log:
Correct a comment
Modified: trunk/varnish-cache/bin/varnishd/cache_synthetic.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_synthetic.c	2007-07-24 13:51:29 UTC (rev 1747)
+++ trunk/varnish-cache/bin/varnishd/cache_synthetic.c	2007-07-24 13:51:58 UTC (rev 1748)
@@ -131,5 +131,5 @@
 	http_PrintfHeader(w, fd, h, "Retry-After: %ju", (uintmax_t)ttl);
 	http_PrintfHeader(w, fd, h, "Content-Type: text/html; charset=utf-8");
 	http_PrintfHeader(w, fd, h, "Content-Length: %u", o->len);
-	/* DO NOT generate X-Varnish header, RES_WriteObj will */
+	/* DO NOT generate X-Varnish header, RES_BuildHttp will */
 }
    
    
More information about the varnish-commit
mailing list