Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-11 14:46:42 +08:00
parent 336cc875a1
commit 4660025775
+2 -3
View File
@@ -18,9 +18,8 @@ trait TSwooleClient
$sslCa = $this->getCa(); $sslCa = $this->getCa();
$params = [ $params = [
'open_eof_check' => true, 'open_eof_check' => true,
'package_eof' => "\r\n\r\n", 'package_eof' => "\r\n\r\n"
'package_max_length' => 1024 * 1024 * 2,
]; ];
if ($this->getConnectTimeout() > 0) { if ($this->getConnectTimeout() > 0) {
$params['timeout'] = $this->getConnectTimeout(); $params['timeout'] = $this->getConnectTimeout();