[master] 03d60dc Be more thorough the testing streaming+restart

Martin Blix Grydeland martin at varnish-cache.org
Wed Oct 2 14:11:19 CEST 2013


commit 03d60dce9044d6dce650c7bb239e04e6089d2d77
Author: Guillaume Quintard <guillaume.quintard at smartjog.com>
Date:   Thu Sep 19 17:49:07 2013 +0200

    Be more thorough the testing streaming+restart
    
    Reset vfp when restarting in deliver, in case it has be set in
    cnt_fetchbody already.
    
    Fixes: #979
    
    Conflicts:
    	bin/varnishd/cache_center.c

diff --git a/bin/varnishtest/tests.disabled/r00979.vtc b/bin/varnishtest/tests.disabled/r00979.vtc
index 216f7cb..432aea5 100644
--- a/bin/varnishtest/tests.disabled/r00979.vtc
+++ b/bin/varnishtest/tests.disabled/r00979.vtc
@@ -2,7 +2,7 @@ varnishtest "r00979.vtc Test restart when do_stream in vcl_deliver"
 
 server s1 {
 	rxreq
-	txresp -status 200 -body "1"
+	txresp -status 200 -gzipbody "1"
 	expect_close
 
 	accept



More information about the varnish-commit mailing list