fix GoliatLWP's get_content
This commit is contained in:
parent
f0911021ab
commit
041e5c9962
|
@ -236,7 +236,7 @@ sub g_http_task {
|
|||
$task_get_content[$thread_id] = $1;
|
||||
}
|
||||
} else {
|
||||
$task_get_content[$thread_id] = $resp;
|
||||
$task_get_content[$thread_id] = $resp->decoded_content;
|
||||
}
|
||||
|
||||
# Resource bashing
|
||||
|
|
Loading…
Reference in New Issue