Disable add pedning until fixed
This commit is contained in:
parent
756513f668
commit
c54e55cd96
@ -196,7 +196,7 @@ void SslServer::incomingConnection(qintptr socketDescriptor)
|
||||
return;
|
||||
}
|
||||
|
||||
addPendingConnection(sslSocket);
|
||||
//addPendingConnection(sslSocket);
|
||||
|
||||
if (m_sslEnabled) {
|
||||
qCDebug(dcTcpSocketServer()) << "Start SSL encryption for" << sslSocket;
|
||||
|
||||
Reference in New Issue
Block a user