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