Skip to content

Commit

Permalink
skip validateUtf8Enoding (partial comotion#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
comotion committed Oct 14, 2011
1 parent 0de184b commit 5a33710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/2vcl.pl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ sub skip_rule {
REMOTE_ADDR| # we don't resolve
RESPONSE_ # any response logic
)/x or $func =~
/validate(UrlEncoding|ByteRange)|lt|le|gt|ge|eq|ne|pm/x or
/validate(UrlEncoding|ByteRange|Utf8Encoding)|lt|le|gt|ge|eq|ne|pm/x or
($var eq 'REQUEST_HEADERS' and not $arg)
}
sub emit {
Expand Down

0 comments on commit 5a33710

Please sign in to comment.