Commit 7d93810a authored by Nils Goroll's avatar Nils Goroll

issue vcl event through vcl_send_event()

we were missing VCL_TaskEnter()/VCL_TaskLeave()

Noticed working on #2902
parent 90695583
......@@ -540,7 +540,7 @@ vcl_set_state(VRT_CTX, const char *state)
vcl_BackendEvent(vcl, VCL_EVENT_WARM);
break;
}
AZ(vcl->conf->event_vcl(ctx, VCL_EVENT_COLD));
AZ(vcl_send_event(ctx, VCL_EVENT_COLD));
vcl->temp = VCL_TEMP_COLD;
}
break;
......
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