Fix query string logging

parent bf8b317f
......@@ -758,8 +758,8 @@ dispatch_f(struct VSL_data *vsl, struct VSL_transaction * const pt[],
p = memchr(b, '?', e - b);
if (p == NULL)
p = e;
frag_line(b, e, &CTX.frag[F_U]);
frag_line(b, e, &CTX.frag[F_q]);
frag_line(b, p, &CTX.frag[F_U]);
frag_line(p, e, &CTX.frag[F_q]);
break;
case SLT_ReqProtocol:
frag_line(b, e, &CTX.frag[F_H]);
......
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