Commit 39124a41 authored by Geoff Simmons's avatar Geoff Simmons

Matches with the .match() method are exact (satisfying select=EXACT).

parent 19e75b64
......@@ -300,6 +300,7 @@ vmod_set_match(VRT_CTX, struct vmod_selector_set *set, VCL_STRING subject)
}
*match->indices = idx;
match->n = 1;
match->exact = idx;
return (1);
}
......
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