mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
Update
This commit is contained in:
parent
e962370132
commit
8b90cb69e6
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ class Message implements MessageComponentInterface {
|
|||
$end = number_format(microtime(true) - $start, 4);
|
||||
_log_message("Connection opened in {$end} seconds");
|
||||
if(!empty($client['isCommandLine'])){
|
||||
_error_log('isCommandLine close it '.$client['selfURI']);
|
||||
_error_log("isCommandLine close it {$client['browser']} {$client['selfURI']}");
|
||||
$conn->close();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue