Fix golitat check string curl

This commit is contained in:
Calvo 2022-08-12 12:06:16 +02:00
parent 413206f83a
commit 3cd0e915e5
1 changed files with 0 additions and 2 deletions

View File

@ -254,8 +254,6 @@ sub g_http_task {
utf8::decode($match_string);
}
$match_string = quotemeta($match_string);
if ( $as_string =~ m/$match_string/i ){
$total_valid_requests++;
} else {