[master] 0b64ce8 Varnish can close before s1 completes and that is OK.
Poul-Henning Kamp
phk at FreeBSD.org
Tue Sep 15 15:02:15 CEST 2015
commit 0b64ce894d44ee7b8cd47f5caf8e0a4132556735
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Tue Sep 15 08:47:56 2015 +0000
Varnish can close before s1 completes and that is OK.
diff --git a/bin/varnishtest/tests/b00020.vtc b/bin/varnishtest/tests/b00020.vtc
index d601501..548b281 100644
--- a/bin/varnishtest/tests/b00020.vtc
+++ b/bin/varnishtest/tests/b00020.vtc
@@ -28,6 +28,7 @@ varnish v1 -expect n_object == 0
varnish v1 -expect n_objectcore == 0
server s1 -wait {
+ non-fatal
rxreq
send "HTTP/1.1 200 OK\r\nConnection: close\r\n\r\n"
delay 0.5
More information about the varnish-commit
mailing list