1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
This commit is contained in:
Daniel Neto 2023-11-01 14:49:59 -03:00
parent ce786d35db
commit 20e8ad9c78

View file

@ -140,7 +140,7 @@ class Message implements MessageComponentInterface {
//_log_message("NOT shouldPropagateInfo "); //_log_message("NOT shouldPropagateInfo ");
} }
$end = number_format(microtime(true) - $start, 4); $end = number_format(microtime(true) - $start, 4);
_log_message("Connection opened in {$end} seconds"); _log_message("Connection opened in {$end} seconds users_id={$client['users_id']} selfURI={$client['selfURI']} isCommandLine={$client['isCommandLine']} page_title={$client['page_title']} browser={$client['browser']} ");
//if(!empty($client['isCommandLine'])){ //if(!empty($client['isCommandLine'])){
//_error_log("isCommandLine close it {$client['browser']} {$client['selfURI']}"); //_error_log("isCommandLine close it {$client['browser']} {$client['selfURI']}");
//$conn->close(); //$conn->close();