#### 问题描述

#### 程序代码或配置
```
public function httptest(): string
{
$url='https://baidu.com';
$http = new \Workerman\Http\Client();
$response=$http->get($url);
return $response->getBody()->getContents();
}
```
#### 操作系统环境及workerman/webman等具体版本
macos 14.7 (23H124)
php -v
Cannot load Xdebug - it was already loaded
PHP 8.3.17 (cli) (built: Feb 21 2025 19:28:19) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.3.17, Copyright (c) Zend Technologies
with Xdebug v3.4.1, Copyright (c) 2002-2025, by Derick Rethans
composer

composer切到华为云进行降级


revolt/event-loop 是1.0.6 $response 是有值的
等大佬解惑..