r145 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Mon Apr 24 21:10:09 CEST 2006


Author: phk
Date: 2006-04-24 21:10:09 +0200 (Mon, 24 Apr 2006)
New Revision: 145

Modified:
   trunk/varnish-cache/bin/varnishd/varnishd.c
Log:
Add an indecisive comment


Modified: trunk/varnish-cache/bin/varnishd/varnishd.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/varnishd.c	2006-04-24 19:09:32 UTC (rev 144)
+++ trunk/varnish-cache/bin/varnishd/varnishd.c	2006-04-24 19:10:09 UTC (rev 145)
@@ -66,6 +66,14 @@
 	char *buf, *vf;
 	struct sbuf *sb;
 
+	/*
+	 * XXX: should do a "HEAD /" on the -b argument to see that
+	 * XXX: it even works.  On the other hand, we should do that
+	 * XXX: for all backends in the cache process whenever we
+	 * XXX: change config, but for a complex VCL, it might not be
+	 * XXX: a bug for a backend to not reply at that time, so then
+	 * XXX: again: we should check it here in the "trivial" case.
+	 */
 	buf = NULL;
 	asprintf(&buf,
 	    "backend default {\n"




More information about the varnish-commit mailing list