]> err.no Git - varnish/commitdiff
Add an indecisive comment
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 24 Apr 2006 19:10:09 +0000 (19:10 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 24 Apr 2006 19:10:09 +0000 (19:10 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@145 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/varnishd.c

index 17d689be76be56f5a184b892db9b3f396f9700f0..a256e65d8f803c2f00e3e678d3fd35c305aa0d01 100644 (file)
@@ -66,6 +66,14 @@ vcl_default(const char *bflag)
        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"