Skip to content

Commit

Permalink
Merge pull request #1311 from nexcess/devel
Browse files Browse the repository at this point in the history
Resolving conflicts and fixing a bad merge.
  • Loading branch information
miguelbalparda authored Nov 16, 2016
2 parents e357731 + b1155b3 commit f091a08
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 f091a08

Please sign in to comment.