mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 14:41:57 +08:00
add CLOG_DEBUG for opening/closing TCPSocket objects and fix assert() crash
This commit is contained in:
@@ -852,5 +852,9 @@ SecureSocket::showSecureConnectInfo()
|
||||
void
|
||||
SecureSocket::handleTCPConnected(const Event& event, void*)
|
||||
{
|
||||
if (getSocket() == nullptr) {
|
||||
LOG((CLOG_DEBUG "disregarding stale connect event"));
|
||||
return;
|
||||
}
|
||||
secureConnect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user