[master] 95c9cf0 Use proper HTTP/1 header syntax
Poul-Henning Kamp
phk at FreeBSD.org
Tue Sep 23 09:48:53 CEST 2014
commit 95c9cf065dbabc9207b0266dac57dbccbcca7155
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Tue Sep 23 07:48:01 2014 +0000
Use proper HTTP/1 header syntax
diff --git a/bin/varnishtest/tests/c00022.vtc b/bin/varnishtest/tests/c00022.vtc
index 39ce5dc..e2fa3e7 100644
--- a/bin/varnishtest/tests/c00022.vtc
+++ b/bin/varnishtest/tests/c00022.vtc
@@ -76,7 +76,7 @@ client c1 {
# Ban: everything else
client c1 {
- txreq -req PURGESTR -hdr "ban=req.url != /foo"
+ txreq -req PURGESTR -hdr "ban: req.url != /foo"
rxresp
expect resp.status == 410
} -run
More information about the varnish-commit
mailing list