[master] 58167d61d Clients may get short HTTP headers
    Poul-Henning Kamp 
    phk at FreeBSD.org
       
    Mon Apr 29 10:25:08 UTC 2019
    
    
  
commit 58167d61dd3fd660717ec566406a95223fbdc35b
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Apr 29 10:20:45 2019 +0000
    Clients may get short HTTP headers
diff --git a/bin/varnishtest/tests/s00010.vtc b/bin/varnishtest/tests/s00010.vtc
index 6c2a5be37..81dbfee00 100644
--- a/bin/varnishtest/tests/s00010.vtc
+++ b/bin/varnishtest/tests/s00010.vtc
@@ -29,6 +29,7 @@ logexpect l1 -v v1 {
 
 client c1 -rcvbuf 128 {
 	txreq
+	non_fatal
 	rxresphdrs
 	# keep the session open for 2 seconds
 	delay 2
@@ -36,6 +37,7 @@ client c1 -rcvbuf 128 {
 
 client c1u -connect "${tmpdir}/v1.sock" -rcvbuf 128 {
 	txreq
+	non_fatal
 	rxresphdrs
 	# keep the session open for 2 seconds
 	delay 2
    
    
More information about the varnish-commit
mailing list