This commit is contained in:
2021-12-11 17:21:13 +08:00
parent eb2659e777
commit 6b7284085d
+1 -3
View File
@@ -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());