remove exit on unknown control frame (#7397)

This commit is contained in:
frytimo
2025-06-25 16:31:51 -03:00
committed by GitHub
parent a75a289a2d
commit c126429be4

View File

@@ -551,8 +551,7 @@ class websocket_service extends service {
$this->disconnect_client($client_socket);
continue;
}
$this->debug("UNKNOWN CONTROL FRAME: '$value'", LOG_ERR);
die();
$this->err("UNKNOWN CONTROL FRAME: '$value'");
}
try {