Skip to content

Commit

Permalink
Resolving conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Balparda committed Nov 15, 2016
2 parents 0107429 + 5317850 commit 0d78429
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/code/community/Nexcessnet/Turpentine/misc/version-4.vcl
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,15 @@ 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
return (lookup);
}

Expand Down

0 comments on commit 0d78429

Please sign in to comment.