We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d5e72e commit 8e21c74Copy full SHA for 8e21c74
tests/swoole_channel_coro/coro_wait.phpt
@@ -54,7 +54,7 @@ $pm->childFunc = function () use ($pm)
54
});
55
56
go(function () use ($chan) {
57
- $cli = new Swoole\Coroutine\Http\Client('www.163.com', 80);
+ $cli = new Swoole\Coroutine\Http\Client('www.163.com', 443, true);
58
$cli->set(['timeout' => 10]);
59
$cli->setHeaders([
60
'Host' => "www.163.com",
0 commit comments