Revert "改名"
This reverts commit fdf58326
This commit is contained in:
+1
-4
@@ -17,10 +17,7 @@ trait TSwooleClient
|
||||
$sslKey = $this->getSslKeyFile();
|
||||
$sslCa = $this->getCa();
|
||||
|
||||
$params = [
|
||||
'open_eof_check' => true,
|
||||
'package_eof' => "\r\n\r\n"
|
||||
];
|
||||
$params = [];
|
||||
if ($this->getConnectTimeout() > 0) {
|
||||
$params['timeout'] = $this->getConnectTimeout();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user