This commit is contained in:
Marcel Pociot
2022-03-04 17:44:48 +01:00
parent 119d0826e4
commit 9aa6d5d3f9

View File

@@ -66,7 +66,7 @@ class ControlConnection
return [ return [
'type' => 'http', 'type' => 'http',
'host' => $this->host, 'host' => $this->host,
'remote_address' => $this->socket->remoteAddress, 'remote_address' => $this->socket->remoteAddress ?? null,
'server_host' => $this->serverHost, 'server_host' => $this->serverHost,
'client_id' => $this->client_id, 'client_id' => $this->client_id,
'client_version' => $this->client_version, 'client_version' => $this->client_version,