Skip to content

Commit

Permalink
Resolving conflicts and fixing a bad merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelbalparda committed Nov 16, 2016
1 parent 0d78429 commit b1155b3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/code/community/Nexcessnet/Turpentine/misc/version-4.vcl
Original file line number Diff line number Diff line change
Expand Up @@ -313,15 +313,12 @@ sub vcl_hash {
{{advanced_session_validation}}

}
<<<<<<< HEAD
std.log("vcl_hash end return lookup");
=======

if (req.http.X-Varnish-Esi-Access == "customer_group" &&
req.http.Cookie ~ "customer_group=") {
hash_data(regsub(req.http.Cookie, "^.*?customer_group=([^;]*);*.*$", "\1"));
}
>>>>>>> master
std.log("vcl_hash end return lookup");
return (lookup);
}

Expand Down

0 comments on commit b1155b3

Please sign in to comment.