改名
This commit is contained in:
+1
-1
@@ -114,7 +114,7 @@ class AsyncClient extends ClientAbstracts
|
||||
}
|
||||
}
|
||||
$this->client->send(implode("\r\n", $array) . "\r\n\r\n" . $content);
|
||||
$revice = $this->client->recv();
|
||||
$revice = gzdecode($this->client->recv());
|
||||
var_dump(implode("\r\n", $array) . "\r\n\r\n" . $revice);
|
||||
|
||||
[$header, $body] = explode("\r\n\r\n", $revice);
|
||||
|
||||
Reference in New Issue
Block a user