改名
This commit is contained in:
@@ -230,7 +230,7 @@ class Http2 extends Component
|
|||||||
} else {
|
} else {
|
||||||
$port = 80;
|
$port = 80;
|
||||||
}
|
}
|
||||||
$client = new H2Client($domain, $port, $isSsl);
|
$client = new H2Client($domain, (int)$port, $isSsl);
|
||||||
$client->set([
|
$client->set([
|
||||||
'timeout' => $timeout,
|
'timeout' => $timeout,
|
||||||
'ssl_host_name' => $domain
|
'ssl_host_name' => $domain
|
||||||
|
|||||||
Reference in New Issue
Block a user