Commit dde9cd60 authored by Nils Goroll's avatar Nils Goroll

vcl_hash always gets called after vcl_recv

but the state after vcl_hash is determined by the return from vcl_recv
parent 8a622fa0
......@@ -195,10 +195,13 @@ digraph cache_req_fsm {
label="{cnt_recv:|{vcl_hash\{\}|req.*}|{<lookup>lookup}}"
]
}
recv:pipe -> pipe [style=bold,color=orange]
recv:pass -> pass [style=bold,color=red]
recv:pipe -> hash [style=bold,color=orange]
recv:pass -> hash [style=bold,color=red]
hash:lookup:w -> lookup [style=bold,color=green]
hash:lookup:s -> purge:top:n [style=bold,color=purple]
hash:lookup:s -> pass [style=bold,color=red]
hash:lookup:e -> pipe [style=bold,color=orange]
recv:purge:s -> hash [style=bold,color=purple]
/* cnt_purge */
......
This diff is collapsed.
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