Skip to content

Commit 0d78429

Browse files
author
Miguel Balparda
committed
Resolving conflicts.
2 parents 0107429 + 5317850 commit 0d78429

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

app/code/community/Nexcessnet/Turpentine/misc/version-4.vcl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,15 @@ sub vcl_hash {
313313
{{advanced_session_validation}}
314314

315315
}
316+
<<<<<<< HEAD
316317
std.log("vcl_hash end return lookup");
318+
=======
319+
320+
if (req.http.X-Varnish-Esi-Access == "customer_group" &&
321+
req.http.Cookie ~ "customer_group=") {
322+
hash_data(regsub(req.http.Cookie, "^.*?customer_group=([^;]*);*.*$", "\1"));
323+
}
324+
>>>>>>> master
317325
return (lookup);
318326
}
319327

0 commit comments

Comments
 (0)