mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fix Goliat LWP
This commit is contained in:
parent
5d5ed8c719
commit
1585f846f5
@ -235,6 +235,8 @@ sub g_http_task {
|
|||||||
if ($content =~ m/($temp)/) {
|
if ($content =~ m/($temp)/) {
|
||||||
$task_get_content[$thread_id] = $1;
|
$task_get_content[$thread_id] = $1;
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
$task_get_content[$thread_id] = $resp;
|
||||||
}
|
}
|
||||||
|
|
||||||
# Resource bashing
|
# Resource bashing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user