We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d78429 commit b1155b3Copy full SHA for b1155b3
app/code/community/Nexcessnet/Turpentine/misc/version-4.vcl
@@ -313,15 +313,12 @@ sub vcl_hash {
313
{{advanced_session_validation}}
314
315
}
316
-<<<<<<< HEAD
317
- 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
+ std.log("vcl_hash end return lookup");
325
return (lookup);
326
327
0 commit comments