[master] 703fc52 Mark this write-failure as non-fatal in the server.

Poul-Henning Kamp phk at varnish-cache.org
Thu Oct 31 11:50:31 CET 2013


commit 703fc52bd80d5e889fe02439512d3f0ce5dd62e7
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Thu Oct 31 10:50:13 2013 +0000

    Mark this write-failure as non-fatal in the server.

diff --git a/bin/varnishtest/tests/r00387.vtc b/bin/varnishtest/tests/r00387.vtc
index 879657c..5edb18a 100644
--- a/bin/varnishtest/tests/r00387.vtc
+++ b/bin/varnishtest/tests/r00387.vtc
@@ -2,6 +2,7 @@ varnishtest "Regression test for #387: too long chunk header"
 
 server s1 {
 	rxreq
+	non-fatal
 	send "HTTP/1.1 200 Ok\r\n"
 	send "Transfer-encoding: chunked\r\n"
 	send "\r\n"



More information about the varnish-commit mailing list