Revert "改名"
This reverts commit fdf58326
This commit is contained in:
+1
-2
@@ -19,8 +19,7 @@ trait TSwooleClient
|
||||
|
||||
$params = [
|
||||
'open_eof_check' => true,
|
||||
'package_eof' => "\r\n\r\n",
|
||||
'package_max_length' => 1024 * 1024 * 2,
|
||||
'package_eof' => "\r\n\r\n"
|
||||
];
|
||||
if ($this->getConnectTimeout() > 0) {
|
||||
$params['timeout'] = $this->getConnectTimeout();
|
||||
|
||||
Reference in New Issue
Block a user