Commit 406e32d2 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

slightly more delay seems necessary for stability.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2987 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 645d05e1
......@@ -26,7 +26,7 @@ client c1 {
txreq -url "/foo"
# Don't expect answer, the server crashed.
sema r1 sync 2
delay .5
delay 1.5
} -run
server s1 {
......
......@@ -134,7 +134,7 @@ parse_string(char *buf, const struct cmds *cmd, void *priv)
p++;
} else {
if (*p == '\n')
fprintf(stderr, "Unterminated quoted string\n");
fprintf(stderr, "Unterminated quoted string in line:\n%s", p);
assert(*p != '\n');
*q++ = *p;
}
......
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