[master] 62f6ecb Make sure the ims-candidate has a Last-Modified header.

Poul-Henning Kamp phk at FreeBSD.org
Mon Feb 9 11:27:57 CET 2015


commit 62f6ecb981b98c61c2480df5bfb7f6b02b79679b
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Feb 9 09:53:08 2015 +0000

    Make sure the ims-candidate has a Last-Modified header.

diff --git a/bin/varnishtest/tests/c00058.vtc b/bin/varnishtest/tests/c00058.vtc
index 8c9940b..b898034 100644
--- a/bin/varnishtest/tests/c00058.vtc
+++ b/bin/varnishtest/tests/c00058.vtc
@@ -2,7 +2,7 @@ varnishtest "Test v4 grace"
 
 server s1 {
 	rxreq
-	txresp -bodylen 3
+	txresp -hdr "Last-Modified: Mon, 09 Feb 2015 09:32:47 GMT" -bodylen 3
 	rxreq
 	txresp -bodylen 6
 	sema r2 sync 2



More information about the varnish-commit mailing list