fix GoliatLWP's get_content

This commit is contained in:
KIKUCHI Koichiro 2022-08-17 04:42:49 +00:00
parent f0911021ab
commit 041e5c9962
1 changed files with 1 additions and 1 deletions

View File

@ -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