Commit 03fe0cee authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Allow hash_data() in vcl_recv{}

parent 4ebc3cfe
...@@ -420,7 +420,7 @@ vcc_Action_Init(struct vcc *tl) ...@@ -420,7 +420,7 @@ vcc_Action_Init(struct vcc *tl)
ACT(ban, vcc_act_ban, 0); ACT(ban, vcc_act_ban, 0);
ACT(call, vcc_act_call, 0); ACT(call, vcc_act_call, 0);
ACT(hash_data, vcc_act_hash_data, ACT(hash_data, vcc_act_hash_data,
VCL_MET_HASH); VCL_MET_RECV | VCL_MET_HASH);
ACT(if, vcc_Act_If, 0); ACT(if, vcc_Act_If, 0);
ACT(new, vcc_Act_New, ACT(new, vcc_Act_New,
VCL_MET_INIT); VCL_MET_INIT);
......
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