Fix Goliat LWP
This commit is contained in:
parent
5d5ed8c719
commit
1585f846f5
|
@ -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