改名
This commit is contained in:
@@ -228,9 +228,6 @@ class Response extends HttpService
|
|||||||
if (!$server->exist($response->fd)) {
|
if (!$server->exist($response->fd)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if ($server instanceof Server && $server->isEstablished($response->fd)) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
if (is_array($sendData)) {
|
if (is_array($sendData)) {
|
||||||
$sendData = Json::encode($sendData);
|
$sendData = Json::encode($sendData);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user