Commit 1ba7f6a4 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Remember to clear match bit


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@830 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 6d23223b
......@@ -118,6 +118,7 @@ h_order(void *priv, unsigned tag, unsigned fd, unsigned len, unsigned spec, cons
if (vsb_len(ob[fd]) > 1 &&
(match_tag == -1 || flg[fd] & F_MATCH))
printf("%s\n", vsb_data(ob[fd]));
flg[fd] &= ~F_MATCH;
vsb_clear(ob[fd]);
break;
default:
......
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