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 d95f868 commit b9e15e2Copy full SHA for b9e15e2
dynamodb_matcher.go
@@ -48,7 +48,7 @@ func (m DynamoDBMatcher) Match(r *http.Request) bool {
48
49
var valueCheck string
50
51
- rgx, err := regexp.MustCompile(m.Regex)
+ rgx, err := regexp.Compile(m.Regex)
52
patternWww := regexp.MustCompile(`(?:www)`)
53
54
if err != nil {
0 commit comments