Commit 8129edff authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Forgot to commit the vmod_std changes.

parent e2081b7d
......@@ -191,7 +191,7 @@ vmod_collect(struct sess *sp, enum gethdr_e e, const char *h)
(void)sp;
(void)h;
if (e == HDR_REQ)
http_CollectHdr(sp->http, h);
http_CollectHdr(sp->req->http, h);
else if (e == HDR_BERESP && sp->wrk->busyobj != NULL)
http_CollectHdr(sp->wrk->busyobj->beresp, 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