Skip to content

Commit

Permalink
Merge pull request #1 from suilillo/laukatu-patch-1
Browse files Browse the repository at this point in the history
Fixed small typo
  • Loading branch information
suilillo authored Jun 13, 2017
2 parents 8e88369 + eca4abb commit 7d7f061
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ sub vcl_hash {

if (req.http.X-Varnish-Esi-Access == "private" &&
req.http.Cookie ~ "frontend=") {
std.log("hash_data - frontned cookie: " + regsub(req.http.Cookie, "^.*?frontend=([^;]*);*.*$", "\1"));
std.log("hash_data - frontend cookie: " + regsub(req.http.Cookie, "^.*?frontend=([^;]*);*.*$", "\1"));
hash_data(regsub(req.http.Cookie, "^.*?frontend=([^;]*);*.*$", "\1"));
{{advanced_session_validation}}

Expand Down

0 comments on commit 7d7f061

Please sign in to comment.