From 6b7284085dabe0d61cdc2678f122651c4a2a4822 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sat, 11 Dec 2021 17:21:13 +0800 Subject: [PATCH] 1 --- src/AsyncClient.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/AsyncClient.php b/src/AsyncClient.php index 34761ba..6a4ee5d 100644 --- a/src/AsyncClient.php +++ b/src/AsyncClient.php @@ -96,9 +96,7 @@ class AsyncClient extends ClientAbstracts $array[] = sprintf('%s: %s', $key, $value); } } - $array = implode("\r\n", $array) . " - -"; + $array = implode("\r\n", $array) . "\r\n\r\n"; $this->client->send($array . $this->getData()->getContents()); var_dump($array . $this->getData()->getContents());