Commit 95c9cf06 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Use proper HTTP/1 header syntax

parent c522f7af
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment