Merge branch 'ent-9207-13837-problema-webserver-con-regex' into 'develop'
Fix Goliat LWP See merge request artica/pandorafms!5053
This commit is contained in:
commit
413206f83a
|
@ -235,6 +235,8 @@ sub g_http_task {
|
|||
if ($content =~ m/($temp)/) {
|
||||
$task_get_content[$thread_id] = $1;
|
||||
}
|
||||
} else {
|
||||
$task_get_content[$thread_id] = $resp;
|
||||
}
|
||||
|
||||
# Resource bashing
|
||||
|
|
Loading…
Reference in New Issue