#### 问题描述
使用 http-client 发起 `HEAD`请求验证文件是否存在,发现全是超时,改成GET就行?$httpClient = new Workerman\Http\Client([
'max_conn_per_addr' => 128, // 每个域名最大并发连接verify_peer_name'=>false,
]
]
]);
}
// 发起请求try {
// 发起HEAD请求,指定HTTP/1.1
$response = $httpClient->request($url,