Commit 4f557bf0 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Copy-pasta typo

parent 72fba6f5
...@@ -885,7 +885,7 @@ cnt_recv(struct worker *wrk, struct req *req) ...@@ -885,7 +885,7 @@ cnt_recv(struct worker *wrk, struct req *req)
VCL_recv_method(req->vcl, wrk, req, NULL, NULL); VCL_recv_method(req->vcl, wrk, req, NULL, NULL);
if (recv_handling == VCL_RET_FAIL) { if (wrk->handling == VCL_RET_FAIL) {
req->req_step = R_STP_VCLFAIL; req->req_step = R_STP_VCLFAIL;
return (REQ_FSM_MORE); return (REQ_FSM_MORE);
} }
......
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