From 466002577570c078ec849561b00a31ef7d6366db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Tue, 11 Jan 2022 14:46:42 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E6=94=B9=E5=90=8D"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit fdf58326 --- TSwooleClient.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/TSwooleClient.php b/TSwooleClient.php index b306cfe..96f79cc 100644 --- a/TSwooleClient.php +++ b/TSwooleClient.php @@ -18,9 +18,8 @@ trait TSwooleClient $sslCa = $this->getCa(); $params = [ - 'open_eof_check' => true, - 'package_eof' => "\r\n\r\n", - 'package_max_length' => 1024 * 1024 * 2, + 'open_eof_check' => true, + 'package_eof' => "\r\n\r\n" ]; if ($this->getConnectTimeout() > 0) { $params['timeout'] = $this->getConnectTimeout();