set req.hash += req.url;
# We include return(hash) to stop the function 
# falling through to the default VCL built into varnish,
# which for vcl_hash will add both req.url and 
# req.http.Host to the hash.
return(hash);