Skip to content

Commit 8e21c74

Browse files
committed
fix tests
1 parent 0d5e72e commit 8e21c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/swoole_channel_coro/coro_wait.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ $pm->childFunc = function () use ($pm)
5454
});
5555

5656
go(function () use ($chan) {
57-
$cli = new Swoole\Coroutine\Http\Client('www.163.com', 80);
57+
$cli = new Swoole\Coroutine\Http\Client('www.163.com', 443, true);
5858
$cli->set(['timeout' => 10]);
5959
$cli->setHeaders([
6060
'Host' => "www.163.com",

0 commit comments

Comments
 (0)