Unverified Commit 7d6d1d85 authored by Reza Naghibi's avatar Reza Naghibi Committed by Nils Goroll

Use req->ws in VDI_Http1Pipe()

parent 05356fb7
......@@ -208,6 +208,7 @@ VDI_Http1Pipe(struct req *req, struct busyobj *bo)
INIT_OBJ(ctx, VRT_CTX_MAGIC);
VCL_Req2Ctx(ctx, req);
VCL_Bo2Ctx(ctx, bo);
ctx->ws = req->ws;
d = VDI_Resolve(ctx);
if (d == NULL || d->vdir->methods->http1pipe == NULL) {
......
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