Commit 7b0ed451 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add an indecisive comment


git-svn-id: http://www.varnish-cache.org/svn/trunk@145 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 961d816a
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment