[master] 79ae2fd84 Stabilize r2964

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Fri Jan 3 09:04:08 UTC 2020


commit 79ae2fd8442152a83536d6901b58025eb4512ee4
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Fri Jan 3 09:53:05 2020 +0100

    Stabilize r2964
    
    The fetch may be interrupted before s1 has time to buffer the complete
    response.

diff --git a/bin/varnishtest/tests/r02964.vtc b/bin/varnishtest/tests/r02964.vtc
index 12cc4d603..427b1c3cf 100644
--- a/bin/varnishtest/tests/r02964.vtc
+++ b/bin/varnishtest/tests/r02964.vtc
@@ -1,6 +1,7 @@
 varnishtest "Cancel private busy obj from vcl_deliver"
 
 server s1 {
+	non_fatal
 	rxreq
 	expect req.url == "/hfm"
 	txresp -hdr "HFM: True" -bodylen 65530


More information about the varnish-commit mailing list