This commit is contained in:
as2252258@163.com
2021-07-03 14:20:01 +08:00
parent b66b2867ab
commit f0fe2c1c11
+1 -1
View File
@@ -228,7 +228,7 @@ class Response extends HttpService
if (!$server->exist($response->fd)) {
return;
}
if ($server instanceof Server && !$server->isEstablished($response->fd)) {
if ($server instanceof Server && $server->isEstablished($response->fd)) {
return;
}
if (is_array($sendData)) {